#6277E0

Color #6277E0 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6277E0

Tints of Cornflower Blue #6277E0

Color information

#6277E0 (or 0x6277E0) is unknown color: approx Cornflower Blue. HEX triplet: 62, 77 and E0. RGB value is (98,119,224). Sum of RGB (Red+Green+Blue) = 98+119+224=441 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.22% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 224 (87.89% from 255 or 50.79% from 441); Max value from RGB is 224 - color contains mainly: blue. Hex color #6277E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6277E0 is #9D881F. Grayscale: #7C7C7C. Windows color (decimal): -10324000 or 14710626. OLE color: 14710626.

HSL color Cylindrical-coordinate representation of color #6277E0: hue angle of 230º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6277E0 is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB98119224-
CMYK0.560.4700.12
HSL230º67.02%63.14%-
HSV(B)230º56.25%87.84%-
XYZ25.0921.1773.29-
YUV124.69184.04108.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 22.22%
GREEN value IS 119 (46.88% from 255) = 26.98%
BLUE value IS 224 (87.89% from 255) = 50.79%
R=22.22%
G=26.98%
B=50.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal981192240.560.4700.1223067.0263.14
Hex6277E0382F0Ce6433f
Octal142167340705701434610377
Binary110001011101111110000011100010111101100111001101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6277E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6277E0; }

 p { color: rgb(98,119,224); }

 H1.HeaderClassName
 {
   color: #6277E0;
 }
 .AnyTagClassName
 {
   color: #6277E0;
 }
</style>
background-color css

<style>
 a { background-color: #6277E0; }

 a { background-color: rgb(98,119,224); }

 div.DivClassName
 {
   background-color: #6277E0;
 }
 .BgClassName
 {
   background-color: #6277E0;
 }
</style>
border-color css

<style>
 span { border-color: #6277E0; }

 span { border-color: rgb(98,119,224); }

 td.TdClassName
 {
   border-color: #6277E0;
 }
 .TagClassName
 {
   border-color: #6277E0;
 }
</style>