Html Css Color HEX #6889CA Danube

📋 copy color: '#6889CA'

red 104 ◦ green 137 ◦ blue 202

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

Shades of Danube #6889CA

Tints of Danube #6889CA

RGB

 RED value IS 104 (41.02% from 255) = 23.48%

 GREEN value IS 137 (53.91% from 255) = 30.93%

 BLUE value IS 202 (79.3% from 255) = 45.6%

R = 23.48%
G = 30.93%
B = 45.6%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6889CA (or 0x6889CA) is known color: Danube. HEX triplet: 68, 89 and CA. RGB value is (104,137,202). Sum of RGB (Red+Green+Blue) = 104+137+202=443 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.48% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #6889CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6889CA is #977635. Grayscale: #868686. Windows color (decimal): -9926198 or 13273448. OLE color: 13273448.

HSL color Cylindrical-coordinate representation of color #6889CA: hue angle of 219.8º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6889CA is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 104 137 202 -
CMYK 0.49 0.32 0 0.21
HSL 219.8º 0.48% 0.6% -
HSV(B) 219.8º 0.49% 0.79% -
XYZ 25.32 25.1 59.39 -
YUV 134.54 166.07 106.21 -
System Red Green Blue C M Y K H S L
Decimal 104 137 202 0.49 0.32 0 0.21 219.8 0.48 0.6
Hex 68 89 CA 31 20 0 15 DC 30 3C
Octal 150 211 312 61 40 0 25 334 60 74
Binary 1101000 10001001 11001010 110001 100000 0 10101 11011100 110000 111100

Color Harmonies of #6889CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6889CA

Black with #6889CA

Text Example


Text Example

White with #6889CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6889CA; }

 p { color: rgb(104,137,202); }

 H1.HeaderClassName
 {
   color: #6889CA;
 }
 .AnyTagClassName
 {
   color: #6889CA;
 }
</style>

background-color css

<style>
 a { background-color: #6889CA; }

 a { background-color: rgb(104,137,202); }

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

border-color css

<style>
 span { border-color: #6889CA; }

 span { border-color: rgb(104,137,202); }

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