#6F8DEB

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

Shades of Cornflower Blue #6F8DEB

Tints of Cornflower Blue #6F8DEB

Color information

#6F8DEB (or 0x6F8DEB) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 8D and EB. RGB value is (111,141,235). Sum of RGB (Red+Green+Blue) = 111+141+235=487 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.79% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #6F8DEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F8DEB is #907214. Grayscale: #8E8E8E. Windows color (decimal): -9466389 or 15437167. OLE color: 15437167.

HSL color Cylindrical-coordinate representation of color #6F8DEB: hue angle of 225.48º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F8DEB is Cyan = 0.53, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB111141235-
CMYK0.530.400.08
HSL225.48º75.61%67.84%-
HSV(B)225.48º52.77%92.16%-
XYZ31.0828.4382.45-
YUV142.75180.06105.36-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.79%
GREEN value IS 141 (55.47% from 255) = 28.95%
BLUE value IS 235 (92.19% from 255) = 48.25%
R=22.79%
G=28.95%
B=48.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1111412350.530.400.08225.4875.6167.84
Hex6F8DEB352808e14c44
Octal1572153536550010341114104
Binary11011111000110111101011110101101000010001110000110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,141,235); }

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

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

 a { background-color: rgb(111,141,235); }

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

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

 span { border-color: rgb(111,141,235); }

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