#6B9EEB

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

Shades of Cornflower Blue #6B9EEB

Tints of Cornflower Blue #6B9EEB

Color information

#6B9EEB (or 0x6B9EEB) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 9E and EB. RGB value is (107,158,235). Sum of RGB (Red+Green+Blue) = 107+158+235=500 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.4% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #6B9EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9EEB is #946114. Grayscale: #979797. Windows color (decimal): -9724181 or 15441515. OLE color: 15441515.

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

Color convert

RGB107158235-
CMYK0.540.3300.08
HSL216.09º76.19%67.06%-
HSV(B)216.09º54.47%92.16%-
XYZ33.2933.5883.32-
YUV151.53175.196.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.4%
GREEN value IS 158 (62.11% from 255) = 31.6%
BLUE value IS 235 (92.19% from 255) = 47%
R=21.4%
G=31.6%
B=47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1071582350.540.3300.08216.0976.1967.06
Hex6B9EEB362108d84c43
Octal1532363536641010330114103
Binary11010111001111011101011110110100001010001101100010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,158,235); }

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

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

 a { background-color: rgb(107,158,235); }

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

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

 span { border-color: rgb(107,158,235); }

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