Html Css Color HEX #6D8BDB Cornflower Blue

📋 copy color: '#6D8BDB'

red 109 ◦ green 139 ◦ blue 219

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

Shades of Cornflower Blue #6D8BDB

Tints of Cornflower Blue #6D8BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.76%

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

R = 23.34%
G = 29.76%
B = 46.9%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D8BDB (or 0x6D8BDB) is known color: Cornflower Blue. HEX triplet: 6D, 8B and DB. RGB value is (109,139,219). Sum of RGB (Red+Green+Blue) = 109+139+219=467 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.34% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D8BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8BDB is #927424. Grayscale: #8A8A8A. Windows color (decimal): -9597989 or 14388077. OLE color: 14388077.

HSL color Cylindrical-coordinate representation of color #6D8BDB: hue angle of 223.64º 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 #6D8BDB is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 139 219 -
CMYK 0.50 0.37 0 0.14
HSL 223.64º 0.6% 0.64% -
HSV(B) 223.64º 0.5% 0.86% -
XYZ 28.33 26.83 70.7 -
YUV 139.15 173.06 106.5 -
System Red Green Blue C M Y K H S L
Decimal 109 139 219 0.50 0.37 0 0.14 223.64 0.6 0.64
Hex 6D 8B DB 32 25 0 E E0 3C 40
Octal 155 213 333 62 45 0 16 340 74 100
Binary 1101101 10001011 11011011 110010 100101 0 1110 11100000 111100 1000000

Color Harmonies of #6D8BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8BDB

Black with #6D8BDB

Text Example


Text Example

White with #6D8BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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