Html Css Color HEX #6D80DB Cornflower Blue

📋 copy color: '#6D80DB'

red 109 ◦ green 128 ◦ blue 219

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

Shades of Cornflower Blue #6D80DB

Tints of Cornflower Blue #6D80DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.07%

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

R = 23.9%
G = 28.07%
B = 48.03%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D80DB (or 0x6D80DB) is known color: Cornflower Blue. HEX triplet: 6D, 80 and DB. RGB value is (109,128,219). Sum of RGB (Red+Green+Blue) = 109+128+219=456 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.90% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D80DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D80DB is #927F24. Grayscale: #848484. Windows color (decimal): -9600805 or 14385261. OLE color: 14385261.

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

Color convert

RGB 109 128 219 -
CMYK 0.50 0.42 0 0.14
HSL 229.64º 0.6% 0.64% -
HSV(B) 229.64º 0.5% 0.86% -
XYZ 26.81 23.8 70.2 -
YUV 132.69 176.71 111.1 -
System Red Green Blue C M Y K H S L
Decimal 109 128 219 0.50 0.42 0 0.14 229.64 0.6 0.64
Hex 6D 80 DB 32 2A 0 E E6 3C 40
Octal 155 200 333 62 52 0 16 346 74 100
Binary 1101101 10000000 11011011 110010 101010 0 1110 11100110 111100 1000000

Color Harmonies of #6D80DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D80DB

Black with #6D80DB

Text Example


Text Example

White with #6D80DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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