Html Css Color HEX #6986CC Danube

📋 copy color: '#6986CC'

red 105 ◦ green 134 ◦ blue 204

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

Shades of Danube #6986CC

Tints of Danube #6986CC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.25%

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

R = 23.7%
G = 30.25%
B = 46.05%

CMYK

 C value IS 0.49

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6986CC (or 0x6986CC) is known color: Danube. HEX triplet: 69, 86 and CC. RGB value is (105,134,204). Sum of RGB (Red+Green+Blue) = 105+134+204=443 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.70% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #6986CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6986CC is #967933. Grayscale: #858585. Windows color (decimal): -9861428 or 13403753. OLE color: 13403753.

HSL color Cylindrical-coordinate representation of color #6986CC: hue angle of 222.42º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6986CC is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 105 134 204 -
CMYK 0.49 0.34 0 0.2
HSL 222.42º 0.49% 0.61% -
HSV(B) 222.42º 0.49% 0.8% -
XYZ 25.25 24.41 60.51 -
YUV 133.31 167.89 107.81 -
System Red Green Blue C M Y K H S L
Decimal 105 134 204 0.49 0.34 0 0.2 222.42 0.49 0.61
Hex 69 86 CC 31 22 0 14 DE 31 3D
Octal 151 206 314 61 42 0 24 336 61 75
Binary 1101001 10000110 11001100 110001 100010 0 10100 11011110 110001 111101

Color Harmonies of #6986CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6986CC

Black with #6986CC

Text Example


Text Example

White with #6986CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6986CC; }

 p { color: rgb(105,134,204); }

 H1.HeaderClassName
 {
   color: #6986CC;
 }
 .AnyTagClassName
 {
   color: #6986CC;
 }
</style>

background-color css

<style>
 a { background-color: #6986CC; }

 a { background-color: rgb(105,134,204); }

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

border-color css

<style>
 span { border-color: #6986CC; }

 span { border-color: rgb(105,134,204); }

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