Html Css Color HEX #6D80DF Cornflower Blue

📋 copy color: '#6D80DF'

red 109 ◦ green 128 ◦ blue 223

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

Shades of Cornflower Blue #6D80DF

Tints of Cornflower Blue #6D80DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.48%

R = 23.7%
G = 27.83%
B = 48.48%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6D80DF (or 0x6D80DF) is known color: Cornflower Blue. HEX triplet: 6D, 80 and DF. RGB value is (109,128,223). Sum of RGB (Red+Green+Blue) = 109+128+223=460 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.70% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #6D80DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D80DF is #927F20. Grayscale: #848484. Windows color (decimal): -9600801 or 14647405. OLE color: 14647405.

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

Color convert

RGB 109 128 223 -
CMYK 0.51 0.43 0 0.13
HSL 230º 0.64% 0.65% -
HSV(B) 230º 0.51% 0.87% -
XYZ 27.35 24.02 73.01 -
YUV 133.15 178.71 110.78 -
System Red Green Blue C M Y K H S L
Decimal 109 128 223 0.51 0.43 0 0.13 230 0.64 0.65
Hex 6D 80 DF 33 2B 0 D E6 40 41
Octal 155 200 337 63 53 0 15 346 100 101
Binary 1101101 10000000 11011111 110011 101011 0 1101 11100110 1000000 1000001

Color Harmonies of #6D80DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D80DF

Black with #6D80DF

Text Example


Text Example

White with #6D80DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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