Html Css Color HEX #6985CC Danube

📋 copy color: '#6985CC'

red 105 ◦ green 133 ◦ blue 204

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

Shades of Danube #6985CC

Tints of Danube #6985CC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.09%

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

R = 23.76%
G = 30.09%
B = 46.15%

CMYK

 C value IS 0.49

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6985CC (or 0x6985CC) is known color: Danube. HEX triplet: 69, 85 and CC. RGB value is (105,133,204). Sum of RGB (Red+Green+Blue) = 105+133+204=442 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.76% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #6985CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6985CC is #967A33. Grayscale: #848484. Windows color (decimal): -9861684 or 13403497. OLE color: 13403497.

HSL color Cylindrical-coordinate representation of color #6985CC: hue angle of 223.03º 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 #6985CC is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 105 133 204 -
CMYK 0.49 0.35 0 0.2
HSL 223.03º 0.49% 0.61% -
HSV(B) 223.03º 0.49% 0.8% -
XYZ 25.11 24.14 60.46 -
YUV 132.72 168.22 108.23 -
System Red Green Blue C M Y K H S L
Decimal 105 133 204 0.49 0.35 0 0.2 223.03 0.49 0.61
Hex 69 85 CC 31 23 0 14 DF 31 3D
Octal 151 205 314 61 43 0 24 337 61 75
Binary 1101001 10000101 11001100 110001 100011 0 10100 11011111 110001 111101

Color Harmonies of #6985CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6985CC

Black with #6985CC

Text Example


Text Example

White with #6985CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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