Html Css Color HEX #6A90DB Cornflower Blue

📋 copy color: '#6A90DB'

red 106 ◦ green 144 ◦ blue 219

#6A90DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #6A90DB

Tints of Cornflower Blue #6A90DB

RGB

 RED value IS 106 (41.8% from 255) = 22.6%

 GREEN value IS 144 (56.64% from 255) = 30.7%

 BLUE value IS 219 (85.94% from 255) = 46.7%

R = 22.6%
G = 30.7%
B = 46.7%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6A90DB (or 0x6A90DB) is known color: Cornflower Blue. HEX triplet: 6A, 90 and DB. RGB value is (106,144,219). Sum of RGB (Red+Green+Blue) = 106+144+219=469 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.60% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A90DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A90DB is #956F24. Grayscale: #8C8C8C. Windows color (decimal): -9793317 or 14389354. OLE color: 14389354.

HSL color Cylindrical-coordinate representation of color #6A90DB: hue angle of 219.82º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A90DB is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 144 219 -
CMYK 0.52 0.34 0 0.14
HSL 219.82º 0.61% 0.64% -
HSV(B) 219.82º 0.52% 0.86% -
XYZ 28.7 28.13 70.93 -
YUV 141.19 171.91 102.9 -
System Red Green Blue C M Y K H S L
Decimal 106 144 219 0.52 0.34 0 0.14 219.82 0.61 0.64
Hex 6A 90 DB 34 22 0 E DC 3D 40
Octal 152 220 333 64 42 0 16 334 75 100
Binary 1101010 10010000 11011011 110100 100010 0 1110 11011100 111101 1000000

Color Harmonies of #6A90DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A90DB

Black with #6A90DB

Text Example


Text Example

White with #6A90DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,144,219); }

 H1.HeaderClassName
 {
   color: #6A90DB;
 }
 .AnyTagClassName
 {
   color: #6A90DB;
 }
</style>

background-color css

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

 a { background-color: rgb(106,144,219); }

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

border-color css

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

 span { border-color: rgb(106,144,219); }

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