Html Css Color HEX #6D9ADB Cornflower Blue

📋 copy color: '#6D9ADB'

red 109 ◦ green 154 ◦ blue 219

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

Shades of Cornflower Blue #6D9ADB

Tints of Cornflower Blue #6D9ADB

RGB

 RED value IS 109 (42.97% from 255) = 22.61%

 GREEN value IS 154 (60.55% from 255) = 31.95%

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

R = 22.61%
G = 31.95%
B = 45.44%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D9ADB (or 0x6D9ADB) is known color: Cornflower Blue. HEX triplet: 6D, 9A and DB. RGB value is (109,154,219). Sum of RGB (Red+Green+Blue) = 109+154+219=482 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.61% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D9ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9ADB is #926524. Grayscale: #939393. Windows color (decimal): -9594149 or 14391917. OLE color: 14391917.

HSL color Cylindrical-coordinate representation of color #6D9ADB: hue angle of 215.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D9ADB is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 154 219 -
CMYK 0.50 0.30 0 0.14
HSL 215.45º 0.6% 0.64% -
HSV(B) 215.45º 0.5% 0.86% -
XYZ 30.65 31.48 71.48 -
YUV 147.96 168.09 100.21 -
System Red Green Blue C M Y K H S L
Decimal 109 154 219 0.50 0.30 0 0.14 215.45 0.6 0.64
Hex 6D 9A DB 32 1E 0 E D7 3C 40
Octal 155 232 333 62 36 0 16 327 74 100
Binary 1101101 10011010 11011011 110010 11110 0 1110 11010111 111100 1000000

Color Harmonies of #6D9ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9ADB

Black with #6D9ADB

Text Example


Text Example

White with #6D9ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,154,219); }

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

background-color css

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

 a { background-color: rgb(109,154,219); }

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

border-color css

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

 span { border-color: rgb(109,154,219); }

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