#6F8ADE

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

Shades of Cornflower Blue #6F8ADE

Tints of Cornflower Blue #6F8ADE

Color information

#6F8ADE (or 0x6F8ADE) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 8A and DE. RGB value is (111,138,222). Sum of RGB (Red+Green+Blue) = 111+138+222=471 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.57% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F8ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8ADE is #907521. Grayscale: #8B8B8B. Windows color (decimal): -9467170 or 14584431. OLE color: 14584431.

HSL color Cylindrical-coordinate representation of color #6F8ADE: hue angle of 225.41º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F8ADE is Cyan = 0.5, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB111138222-
CMYK0.50.3800.13
HSL225.41º62.71%65.29%-
HSV(B)225.41º50%87.06%-
XYZ28.8326.8372.77-
YUV139.5174.55107.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.57%
GREEN value IS 138 (54.30% from 255) = 29.30%
BLUE value IS 222 (87.11% from 255) = 47.13%
R=23.57%
G=29.30%
B=47.13%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1111382220.50.3800.13225.4162.7165.29
Hex6F8ADE32260De13f41
Octal157212336624601534177101
Binary1101111100010101101111011001010011001101111000011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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