#6C80F2

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

Shades of Cornflower Blue #6C80F2

Tints of Cornflower Blue #6C80F2

Color information

#6C80F2 (or 0x6C80F2) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 80 and F2. RGB value is (108,128,242). Sum of RGB (Red+Green+Blue) = 108+128+242=478 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.59% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #6C80F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C80F2 is #937F0D. Grayscale: #868686. Windows color (decimal): -9666318 or 15892588. OLE color: 15892588.

HSL color Cylindrical-coordinate representation of color #6C80F2: hue angle of 231.04º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C80F2 is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB108128242-
CMYK0.550.4700.05
HSL231.04º83.75%68.63%-
HSV(B)231.04º55.37%94.9%-
XYZ29.9325.0487.26-
YUV135.02188.37108.73-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.59%
GREEN value IS 128 (50.39% from 255) = 26.78%
BLUE value IS 242 (94.92% from 255) = 50.63%
R=22.59%
G=26.78%
B=50.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1081282420.550.4700.05231.0483.7568.63
Hex6C80F2372F05e75445
Octal154200362675705347124105
Binary1101100100000001111001011011110111101011110011110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C80F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C80F2; }

 p { color: rgb(108,128,242); }

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

<style>
 a { background-color: #6C80F2; }

 a { background-color: rgb(108,128,242); }

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

<style>
 span { border-color: #6C80F2; }

 span { border-color: rgb(108,128,242); }

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