#6A9CEF

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

Shades of Cornflower Blue #6A9CEF

Tints of Cornflower Blue #6A9CEF

Color information

#6A9CEF (or 0x6A9CEF) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 9C and EF. RGB value is (106,156,239). Sum of RGB (Red+Green+Blue) = 106+156+239=501 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.16% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #6A9CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A9CEF is #956310. Grayscale: #969696. Windows color (decimal): -9790225 or 15703146. OLE color: 15703146.

HSL color Cylindrical-coordinate representation of color #6A9CEF: hue angle of 217.44º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A9CEF is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB106156239-
CMYK0.560.3500.06
HSL217.44º80.61%67.65%-
HSV(B)217.44º55.65%93.73%-
XYZ33.4133.0786.28-
YUV150.51177.9496.25-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.16%
GREEN value IS 156 (61.33% from 255) = 31.14%
BLUE value IS 239 (93.75% from 255) = 47.70%
R=21.16%
G=31.14%
B=47.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1061562390.560.3500.06217.4480.6167.65
Hex6A9CEF382306d95144
Octal152234357704306331121104
Binary1101010100111001110111111100010001101101101100110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,156,239); }

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

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

 a { background-color: rgb(106,156,239); }

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

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

 span { border-color: rgb(106,156,239); }

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