Html Css Color HEX #6D90CD Danube

📋 copy color: '#6D90CD'

red 109 ◦ green 144 ◦ blue 205

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

Shades of Danube #6D90CD

Tints of Danube #6D90CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.76%

R = 23.8%
G = 31.44%
B = 44.76%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6D90CD (or 0x6D90CD) is known color: Danube. HEX triplet: 6D, 90 and CD. RGB value is (109,144,205). Sum of RGB (Red+Green+Blue) = 109+144+205=458 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.80% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D90CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D90CD is #926F32. Grayscale: #8C8C8C. Windows color (decimal): -9596723 or 13471853. OLE color: 13471853.

HSL color Cylindrical-coordinate representation of color #6D90CD: hue angle of 218.12º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D90CD is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 144 205 -
CMYK 0.47 0.30 0 0.20
HSL 218.13º 0.49% 0.62% -
HSV(B) 218.13º 0.47% 0.8% -
XYZ 27.3 27.61 61.65 -
YUV 140.49 164.4 105.54 -
System Red Green Blue C M Y K H S L
Decimal 109 144 205 0.47 0.30 0 0.20 218.13 0.49 0.62
Hex 6D 90 CD 2F 1E 0 14 DA 31 3E
Octal 155 220 315 57 36 0 24 332 61 76
Binary 1101101 10010000 11001101 101111 11110 0 10100 11011010 110001 111110

Color Harmonies of #6D90CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D90CD

Black with #6D90CD

Text Example


Text Example

White with #6D90CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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