Html Css Color HEX #6D90DC Cornflower Blue

📋 copy color: '#6D90DC'

red 109 ◦ green 144 ◦ blue 220

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

Shades of Cornflower Blue #6D90DC

Tints of Cornflower Blue #6D90DC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.44%

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 23.04%
G = 30.44%
B = 46.51%

CMYK

 C value IS 0.50

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D90DC (or 0x6D90DC) is known color: Cornflower Blue. HEX triplet: 6D, 90 and DC. RGB value is (109,144,220). Sum of RGB (Red+Green+Blue) = 109+144+220=473 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.04% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D90DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D90DC is #926F23. Grayscale: #8D8D8D. Windows color (decimal): -9596708 or 14454893. OLE color: 14454893.

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

Color convert

RGB 109 144 220 -
CMYK 0.50 0.35 0 0.14
HSL 221.08º 0.61% 0.65% -
HSV(B) 221.08º 0.5% 0.86% -
XYZ 29.2 28.37 71.65 -
YUV 142.2 171.9 104.32 -
System Red Green Blue C M Y K H S L
Decimal 109 144 220 0.50 0.35 0 0.14 221.08 0.61 0.65
Hex 6D 90 DC 32 23 0 E DD 3D 41
Octal 155 220 334 62 43 0 16 335 75 101
Binary 1101101 10010000 11011100 110010 100011 0 1110 11011101 111101 1000001

Color Harmonies of #6D90DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D90DC

Black with #6D90DC

Text Example


Text Example

White with #6D90DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,144,220); }

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

background-color css

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

 a { background-color: rgb(109,144,220); }

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

border-color css

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

 span { border-color: rgb(109,144,220); }

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