#6B9DEA

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

Shades of Cornflower Blue #6B9DEA

Tints of Cornflower Blue #6B9DEA

Color information

#6B9DEA (or 0x6B9DEA) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 9D and EA. RGB value is (107,157,234). Sum of RGB (Red+Green+Blue) = 107+157+234=498 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.49% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #6B9DEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9DEA is #946215. Grayscale: #969696. Windows color (decimal): -9724438 or 15375723. OLE color: 15375723.

HSL color Cylindrical-coordinate representation of color #6B9DEA: hue angle of 216.38º degrees, saturation: 0.75, 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 #6B9DEA is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB107157234-
CMYK0.540.3300.08
HSL216.38º75.15%66.86%-
HSV(B)216.38º54.27%91.76%-
XYZ32.9733.1882.51-
YUV150.83174.9496.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.49%
GREEN value IS 157 (61.72% from 255) = 31.53%
BLUE value IS 234 (91.80% from 255) = 46.99%
R=21.49%
G=31.53%
B=46.99%

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
Decimal1071572340.540.3300.08216.3875.1566.86
Hex6B9DEA362108d84b43
Octal1532353526641010330113103
Binary11010111001110111101010110110100001010001101100010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,157,234); }

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

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

 a { background-color: rgb(107,157,234); }

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

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

 span { border-color: rgb(107,157,234); }

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