Html Css Color HEX #6C94CD Danube

📋 copy color: '#6C94CD'

red 108 ◦ green 148 ◦ blue 205

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

Shades of Danube #6C94CD

Tints of Danube #6C94CD

RGB

 RED value IS 108 (42.58% from 255) = 23.43%

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

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

R = 23.43%
G = 32.1%
B = 44.47%

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

#6C94CD (or 0x6C94CD) is known color: Danube. HEX triplet: 6C, 94 and CD. RGB value is (108,148,205). Sum of RGB (Red+Green+Blue) = 108+148+205=461 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.43% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C94CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C94CD is #936B32. Grayscale: #8E8E8E. Windows color (decimal): -9661235 or 13472876. OLE color: 13472876.

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

Color convert

RGB 108 148 205 -
CMYK 0.47 0.28 0 0.20
HSL 215.26º 0.49% 0.61% -
HSV(B) 215.26º 0.47% 0.8% -
XYZ 27.79 28.78 61.85 -
YUV 142.54 163.25 103.37 -
System Red Green Blue C M Y K H S L
Decimal 108 148 205 0.47 0.28 0 0.20 215.26 0.49 0.61
Hex 6C 94 CD 2F 1C 0 14 D7 31 3D
Octal 154 224 315 57 34 0 24 327 61 75
Binary 1101100 10010100 11001101 101111 11100 0 10100 11010111 110001 111101

Color Harmonies of #6C94CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C94CD

Black with #6C94CD

Text Example


Text Example

White with #6C94CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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