Html Css Color HEX #6088C2 Danube

📋 copy color: '#6088C2'

red 96 ◦ green 136 ◦ blue 194

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

Shades of Danube #6088C2

Tints of Danube #6088C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.54%

R = 22.54%
G = 31.92%
B = 45.54%

CMYK

 C value IS 0.51

 M value IS 0.30

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6088C2 (or 0x6088C2) is known color: Danube. HEX triplet: 60, 88 and C2. RGB value is (96,136,194). Sum of RGB (Red+Green+Blue) = 96+136+194=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 194 (76.17% from 255 or 45.54% from 426); Max value from RGB is 194 - color contains mainly: blue. Hex color #6088C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6088C2 is #9F773D. Grayscale: #828282. Windows color (decimal): -10450750 or 12748896. OLE color: 12748896.

HSL color Cylindrical-coordinate representation of color #6088C2: hue angle of 215.51º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6088C2 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 136 194 -
CMYK 0.51 0.30 0 0.24
HSL 215.51º 0.45% 0.57% -
HSV(B) 215.51º 0.51% 0.76% -
XYZ 23.37 23.99 54.44 -
YUV 130.65 163.75 103.28 -
System Red Green Blue C M Y K H S L
Decimal 96 136 194 0.51 0.30 0 0.24 215.51 0.45 0.57
Hex 60 88 C2 33 1E 0 18 D8 2D 39
Octal 140 210 302 63 36 0 30 330 55 71
Binary 1100000 10001000 11000010 110011 11110 0 11000 11011000 101101 111001

Color Harmonies of #6088C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6088C2

Black with #6088C2

Text Example


Text Example

White with #6088C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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