Html Css Color HEX #6888CA Danube

📋 copy color: '#6888CA'

red 104 ◦ green 136 ◦ blue 202

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

Shades of Danube #6888CA

Tints of Danube #6888CA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.77%

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

R = 23.53%
G = 30.77%
B = 45.7%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6888CA (or 0x6888CA) is known color: Danube. HEX triplet: 68, 88 and CA. RGB value is (104,136,202). Sum of RGB (Red+Green+Blue) = 104+136+202=442 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.53% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #6888CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6888CA is #977735. Grayscale: #858585. Windows color (decimal): -9926454 or 13273192. OLE color: 13273192.

HSL color Cylindrical-coordinate representation of color #6888CA: hue angle of 220.41º 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 #6888CA is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 104 136 202 -
CMYK 0.49 0.33 0 0.21
HSL 220.41º 0.48% 0.6% -
HSV(B) 220.41º 0.49% 0.79% -
XYZ 25.17 24.82 59.34 -
YUV 133.96 166.4 106.63 -
System Red Green Blue C M Y K H S L
Decimal 104 136 202 0.49 0.33 0 0.21 220.41 0.48 0.6
Hex 68 88 CA 31 21 0 15 DC 30 3C
Octal 150 210 312 61 41 0 25 334 60 74
Binary 1101000 10001000 11001010 110001 100001 0 10101 11011100 110000 111100

Color Harmonies of #6888CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6888CA

Black with #6888CA

Text Example


Text Example

White with #6888CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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