Html Css Color HEX #6D94CD Danube

📋 copy color: '#6D94CD'

red 109 ◦ green 148 ◦ blue 205

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

Shades of Danube #6D94CD

Tints of Danube #6D94CD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.03%

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

R = 23.59%
G = 32.03%
B = 44.37%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6D94CD (or 0x6D94CD) is known color: Danube. HEX triplet: 6D, 94 and CD. RGB value is (109,148,205). Sum of RGB (Red+Green+Blue) = 109+148+205=462 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.59% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D94CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D94CD is #926B32. Grayscale: #8E8E8E. Windows color (decimal): -9595699 or 13472877. OLE color: 13472877.

HSL color Cylindrical-coordinate representation of color #6D94CD: hue angle of 215.62º 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 #6D94CD is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 148 205 -
CMYK 0.47 0.28 0 0.20
HSL 215.63º 0.49% 0.62% -
HSV(B) 215.63º 0.47% 0.8% -
XYZ 27.92 28.84 61.85 -
YUV 142.84 163.08 103.87 -
System Red Green Blue C M Y K H S L
Decimal 109 148 205 0.47 0.28 0 0.20 215.63 0.49 0.62
Hex 6D 94 CD 2F 1C 0 14 D8 31 3E
Octal 155 224 315 57 34 0 24 330 61 76
Binary 1101101 10010100 11001101 101111 11100 0 10100 11011000 110001 111110

Color Harmonies of #6D94CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D94CD

Black with #6D94CD

Text Example


Text Example

White with #6D94CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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