#6F8AF8

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

Shades of Cornflower Blue #6F8AF8

Tints of Cornflower Blue #6F8AF8

Color information

#6F8AF8 (or 0x6F8AF8) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 8A and F8. RGB value is (111,138,248). Sum of RGB (Red+Green+Blue) = 111+138+248=497 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.33% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 248 (97.27% from 255 or 49.90% from 497); Max value from RGB is 248 - color contains mainly: blue. Hex color #6F8AF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F8AF8 is #907507. Grayscale: #8E8E8E. Windows color (decimal): -9467144 or 16288367. OLE color: 16288367.

HSL color Cylindrical-coordinate representation of color #6F8AF8: hue angle of 228.18º 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 #6F8AF8 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB111138248-
CMYK0.550.4400.03
HSL228.18º90.73%70.39%-
HSV(B)228.18º55.24%97.25%-
XYZ32.5928.3392.56-
YUV142.47187.55105.56-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.33%
GREEN value IS 138 (54.30% from 255) = 27.77%
BLUE value IS 248 (97.27% from 255) = 49.90%
R=22.33%
G=27.77%
B=49.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1111382480.550.4400.03228.1890.7370.39
Hex6F8AF8372C03e45b46
Octal157212370675403344133106
Binary110111110001010111110001101111011000111110010010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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