Html Css Color HEX #6995CB Danube

📋 copy color: '#6995CB'

red 105 ◦ green 149 ◦ blue 203

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

Shades of Danube #6995CB

Tints of Danube #6995CB

RGB

 RED value IS 105 (41.41% from 255) = 22.98%

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

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

R = 22.98%
G = 32.6%
B = 44.42%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6995CB (or 0x6995CB) is known color: Danube. HEX triplet: 69, 95 and CB. RGB value is (105,149,203). Sum of RGB (Red+Green+Blue) = 105+149+203=457 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.98% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #6995CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6995CB is #966A34. Grayscale: #8D8D8D. Windows color (decimal): -9857589 or 13342057. OLE color: 13342057.

HSL color Cylindrical-coordinate representation of color #6995CB: hue angle of 213.06º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6995CB is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 149 203 -
CMYK 0.48 0.27 0 0.20
HSL 213.06º 0.49% 0.6% -
HSV(B) 213.06º 0.48% 0.8% -
XYZ 27.35 28.81 60.62 -
YUV 142 162.42 101.61 -
System Red Green Blue C M Y K H S L
Decimal 105 149 203 0.48 0.27 0 0.20 213.06 0.49 0.6
Hex 69 95 CB 30 1B 0 14 D5 31 3C
Octal 151 225 313 60 33 0 24 325 61 74
Binary 1101001 10010101 11001011 110000 11011 0 10100 11010101 110001 111100

Color Harmonies of #6995CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6995CB

Black with #6995CB

Text Example


Text Example

White with #6995CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6995CB; }

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

 H1.HeaderClassName
 {
   color: #6995CB;
 }
 .AnyTagClassName
 {
   color: #6995CB;
 }
</style>

background-color css

<style>
 a { background-color: #6995CB; }

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

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

border-color css

<style>
 span { border-color: #6995CB; }

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

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