Html Css Color HEX #6C95CB Danube

📋 copy color: '#6C95CB'

red 108 ◦ green 149 ◦ blue 203

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

Shades of Danube #6C95CB

Tints of Danube #6C95CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.13%

R = 23.48%
G = 32.39%
B = 44.13%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6C95CB (or 0x6C95CB) is known color: Danube. HEX triplet: 6C, 95 and CB. RGB value is (108,149,203). Sum of RGB (Red+Green+Blue) = 108+149+203=460 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.48% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #6C95CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C95CB is #936A34. Grayscale: #8E8E8E. Windows color (decimal): -9660981 or 13342060. OLE color: 13342060.

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

Color convert

RGB 108 149 203 -
CMYK 0.47 0.27 0 0.20
HSL 214.11º 0.48% 0.61% -
HSV(B) 214.11º 0.47% 0.8% -
XYZ 27.71 28.99 60.64 -
YUV 142.9 161.92 103.11 -
System Red Green Blue C M Y K H S L
Decimal 108 149 203 0.47 0.27 0 0.20 214.11 0.48 0.61
Hex 6C 95 CB 2F 1B 0 14 D6 30 3D
Octal 154 225 313 57 33 0 24 326 60 75
Binary 1101100 10010101 11001011 101111 11011 0 10100 11010110 110000 111101

Color Harmonies of #6C95CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C95CB

Black with #6C95CB

Text Example


Text Example

White with #6C95CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,149,203); }

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

background-color css

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

 a { background-color: rgb(108,149,203); }

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

border-color css

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

 span { border-color: rgb(108,149,203); }

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