Html Css Color HEX #6089CA Danube

📋 copy color: '#6089CA'

red 96 ◦ green 137 ◦ blue 202

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

Shades of Danube #6089CA

Tints of Danube #6089CA

RGB

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

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

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

R = 22.07%
G = 31.49%
B = 46.44%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6089CA (or 0x6089CA) is known color: Danube. HEX triplet: 60, 89 and CA. RGB value is (96,137,202). Sum of RGB (Red+Green+Blue) = 96+137+202=435 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.07% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #6089CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6089CA is #9F7635. Grayscale: #838383. Windows color (decimal): -10450486 or 13273440. OLE color: 13273440.

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

Color convert

RGB 96 137 202 -
CMYK 0.52 0.32 0 0.21
HSL 216.79º 0.5% 0.58% -
HSV(B) 216.79º 0.52% 0.79% -
XYZ 24.43 24.64 59.35 -
YUV 132.15 167.42 102.21 -
System Red Green Blue C M Y K H S L
Decimal 96 137 202 0.52 0.32 0 0.21 216.79 0.5 0.58
Hex 60 89 CA 34 20 0 15 D9 32 3A
Octal 140 211 312 64 40 0 25 331 62 72
Binary 1100000 10001001 11001010 110100 100000 0 10101 11011001 110010 111010

Color Harmonies of #6089CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6089CA

Black with #6089CA

Text Example


Text Example

White with #6089CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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