Html Css Color HEX #6A9BDD Cornflower Blue

📋 copy color: '#6A9BDD'

red 106 ◦ green 155 ◦ blue 221

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

Shades of Cornflower Blue #6A9BDD

Tints of Cornflower Blue #6A9BDD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.16%

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 21.99%
G = 32.16%
B = 45.85%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6A9BDD (or 0x6A9BDD) is known color: Cornflower Blue. HEX triplet: 6A, 9B and DD. RGB value is (106,155,221). Sum of RGB (Red+Green+Blue) = 106+155+221=482 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.99% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A9BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A9BDD is #956422. Grayscale: #939393. Windows color (decimal): -9790499 or 14523242. OLE color: 14523242.

HSL color Cylindrical-coordinate representation of color #6A9BDD: hue angle of 214.43º degrees, saturation: 0.63, 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 #6A9BDD is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 155 221 -
CMYK 0.52 0.30 0 0.13
HSL 214.43º 0.63% 0.64% -
HSV(B) 214.43º 0.52% 0.87% -
XYZ 30.72 31.73 72.91 -
YUV 147.87 169.27 98.13 -
System Red Green Blue C M Y K H S L
Decimal 106 155 221 0.52 0.30 0 0.13 214.43 0.63 0.64
Hex 6A 9B DD 34 1E 0 D D6 3F 40
Octal 152 233 335 64 36 0 15 326 77 100
Binary 1101010 10011011 11011101 110100 11110 0 1101 11010110 111111 1000000

Color Harmonies of #6A9BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9BDD

Black with #6A9BDD

Text Example


Text Example

White with #6A9BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,155,221); }

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

background-color css

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

 a { background-color: rgb(106,155,221); }

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

border-color css

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

 span { border-color: rgb(106,155,221); }

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