Html Css Color HEX #6088CA Danube

📋 copy color: '#6088CA'

red 96 ◦ green 136 ◦ blue 202

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

Shades of Danube #6088CA

Tints of Danube #6088CA

RGB

 RED value IS 96 (37.89% from 255) = 22.12%

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

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

R = 22.12%
G = 31.34%
B = 46.54%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6088CA (or 0x6088CA) is known color: Danube. HEX triplet: 60, 88 and CA. RGB value is (96,136,202). Sum of RGB (Red+Green+Blue) = 96+136+202=434 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.12% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #6088CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6088CA is #9F7735. Grayscale: #838383. Windows color (decimal): -10450742 or 13273184. OLE color: 13273184.

HSL color Cylindrical-coordinate representation of color #6088CA: hue angle of 217.36º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6088CA is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 136 202 -
CMYK 0.52 0.33 0 0.21
HSL 217.36º 0.5% 0.58% -
HSV(B) 217.36º 0.52% 0.79% -
XYZ 24.29 24.36 59.3 -
YUV 131.56 167.75 102.63 -
System Red Green Blue C M Y K H S L
Decimal 96 136 202 0.52 0.33 0 0.21 217.36 0.5 0.58
Hex 60 88 CA 34 21 0 15 D9 32 3A
Octal 140 210 312 64 41 0 25 331 62 72
Binary 1100000 10001000 11001010 110100 100001 0 10101 11011001 110010 111010

Color Harmonies of #6088CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6088CA

Black with #6088CA

Text Example


Text Example

White with #6088CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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