#6F82EB

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

Shades of Cornflower Blue #6F82EB

Tints of Cornflower Blue #6F82EB

Color information

#6F82EB (or 0x6F82EB) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 82 and EB. RGB value is (111,130,235). Sum of RGB (Red+Green+Blue) = 111+130+235=476 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.32% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #6F82EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F82EB is #907D14. Grayscale: #878787. Windows color (decimal): -9469205 or 15434351. OLE color: 15434351.

HSL color Cylindrical-coordinate representation of color #6F82EB: hue angle of 230.81º 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 #6F82EB is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB111130235-
CMYK0.530.4500.08
HSL230.81º75.61%67.84%-
HSV(B)230.81º52.77%92.16%-
XYZ29.5325.3481.93-
YUV136.29183.71109.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.32%
GREEN value IS 130 (51.17% from 255) = 27.31%
BLUE value IS 235 (92.19% from 255) = 49.37%
R=23.32%
G=27.31%
B=49.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1111302350.530.4500.08230.8175.6167.84
Hex6F82EB352D08e74c44
Octal1572023536555010347114104
Binary11011111000001011101011110101101101010001110011110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F82EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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