#6F8CFD

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

Shades of Cornflower Blue #6F8CFD

Tints of Cornflower Blue #6F8CFD

Color information

#6F8CFD (or 0x6F8CFD) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 8C and FD. RGB value is (111,140,253). Sum of RGB (Red+Green+Blue) = 111+140+253=504 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.02% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #6F8CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F8CFD is #907302. Grayscale: #8F8F8F. Windows color (decimal): -9466627 or 16616559. OLE color: 16616559.

HSL color Cylindrical-coordinate representation of color #6F8CFD: hue angle of 227.75º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F8CFD is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB111140253-
CMYK0.560.4500.01
HSL227.75º97.26%71.37%-
HSV(B)227.75º56.13%99.22%-
XYZ33.6629.2396.8-
YUV144.21189.39104.31-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.02%
GREEN value IS 140 (55.08% from 255) = 27.78%
BLUE value IS 253 (99.22% from 255) = 50.20%
R=22.02%
G=27.78%
B=50.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1111402530.560.4500.01227.7597.2671.37
Hex6F8CFD382D01e46147
Octal157214375705501344141107
Binary11011111000110011111101111000101101011110010011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,140,253); }

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

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

 a { background-color: rgb(111,140,253); }

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

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

 span { border-color: rgb(111,140,253); }

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