Html Css Color HEX #6A90DE Cornflower Blue

📋 copy color: '#6A90DE'

red 106 ◦ green 144 ◦ blue 222

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

Shades of Cornflower Blue #6A90DE

Tints of Cornflower Blue #6A90DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.03%

R = 22.46%
G = 30.51%
B = 47.03%

CMYK

 C value IS 0.52

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6A90DE (or 0x6A90DE) is known color: Cornflower Blue. HEX triplet: 6A, 90 and DE. RGB value is (106,144,222). Sum of RGB (Red+Green+Blue) = 106+144+222=472 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.46% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #6A90DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A90DE is #956F21. Grayscale: #8D8D8D. Windows color (decimal): -9793314 or 14585962. OLE color: 14585962.

HSL color Cylindrical-coordinate representation of color #6A90DE: hue angle of 220.34º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A90DE is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 144 222 -
CMYK 0.52 0.35 0 0.13
HSL 220.34º 0.64% 0.64% -
HSV(B) 220.34º 0.52% 0.87% -
XYZ 29.1 28.28 73.03 -
YUV 141.53 173.41 102.66 -
System Red Green Blue C M Y K H S L
Decimal 106 144 222 0.52 0.35 0 0.13 220.34 0.64 0.64
Hex 6A 90 DE 34 23 0 D DC 40 40
Octal 152 220 336 64 43 0 15 334 100 100
Binary 1101010 10010000 11011110 110100 100011 0 1101 11011100 1000000 1000000

Color Harmonies of #6A90DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A90DE

Black with #6A90DE

Text Example


Text Example

White with #6A90DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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