#6f81f8

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

Shades of Cornflower Blue #6F81F8

Tints of Cornflower Blue #6F81F8

Color information

#6F81F8 (or 0x6F81F8) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 81 and F8. RGB value is (111,129,248). Sum of RGB (Red+Green+Blue) = 111+129+248=488 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.75% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 248 (97.27% from 255 or 50.82% from 488); Max value from RGB is 248 - color contains mainly: blue. Hex color #6F81F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F81F8 is #907E07. Grayscale: #888888. Windows color (decimal): -9469448 or 16286063. OLE color: 16286063.

HSL color Cylindrical-coordinate representation of color #6F81F8: hue angle of 232.12º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F81F8 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB111129248-
CMYK0.550.4800.03
HSL232.12º90.73%70.39%-
HSV(B)232.12º55.24%97.25%-
XYZ31.3525.8692.15-
YUV137.18190.54109.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.75%
GREEN value IS 129 (50.78% from 255) = 26.43%
BLUE value IS 248 (97.27% from 255) = 50.82%
R=22.75%
G=26.43%
B=50.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1111292480.550.4800.03232.1290.7370.39
Hex6F81F8373003e85b46
Octal157201370676003350133106
Binary110111110000001111110001101111100000111110100010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f81f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,129,248); }

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

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

 a { background-color: rgb(111,129,248); }

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

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

 span { border-color: rgb(111,129,248); }

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