Html Css Color HEX #6D95CC Danube

📋 copy color: '#6D95CC'

red 109 ◦ green 149 ◦ blue 204

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

Shades of Danube #6D95CC

Tints of Danube #6D95CC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.25%

 BLUE value IS 204 (80.08% from 255) = 44.16%

R = 23.59%
G = 32.25%
B = 44.16%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6D95CC (or 0x6D95CC) is known color: Danube. HEX triplet: 6D, 95 and CC. RGB value is (109,149,204). Sum of RGB (Red+Green+Blue) = 109+149+204=462 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.59% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D95CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D95CC is #926A33. Grayscale: #8F8F8F. Windows color (decimal): -9595444 or 13407597. OLE color: 13407597.

HSL color Cylindrical-coordinate representation of color #6D95CC: hue angle of 214.74º degrees, saturation: 0.48, 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 #6D95CC is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 109 149 204 -
CMYK 0.47 0.27 0 0.2
HSL 214.74º 0.48% 0.61% -
HSV(B) 214.74º 0.47% 0.8% -
XYZ 27.95 29.11 61.27 -
YUV 143.31 162.25 103.53 -
System Red Green Blue C M Y K H S L
Decimal 109 149 204 0.47 0.27 0 0.2 214.74 0.48 0.61
Hex 6D 95 CC 2F 1B 0 14 D7 30 3D
Octal 155 225 314 57 33 0 24 327 60 75
Binary 1101101 10010101 11001100 101111 11011 0 10100 11010111 110000 111101

Color Harmonies of #6D95CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D95CC

Black with #6D95CC

Text Example


Text Example

White with #6D95CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,149,204); }

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

background-color css

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

 a { background-color: rgb(109,149,204); }

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

border-color css

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

 span { border-color: rgb(109,149,204); }

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