Html Css Color HEX #6289C0 Danube

📋 copy color: '#6289C0'

red 98 ◦ green 137 ◦ blue 192

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

Shades of Danube #6289C0

Tints of Danube #6289C0

RGB

 RED value IS 98 (38.67% from 255) = 22.95%

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

 BLUE value IS 192 (75.39% from 255) = 44.96%

R = 22.95%
G = 32.08%
B = 44.96%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6289C0 (or 0x6289C0) is known color: Danube. HEX triplet: 62, 89 and C0. RGB value is (98,137,192). Sum of RGB (Red+Green+Blue) = 98+137+192=427 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.95% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 192 - color contains mainly: blue. Hex color #6289C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6289C0 is #9D763F. Grayscale: #838383. Windows color (decimal): -10319424 or 12618082. OLE color: 12618082.

HSL color Cylindrical-coordinate representation of color #6289C0: hue angle of 215.11º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6289C0 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 98 137 192 -
CMYK 0.49 0.29 0 0.25
HSL 215.11º 0.43% 0.57% -
HSV(B) 215.11º 0.49% 0.75% -
XYZ 23.5 24.29 53.32 -
YUV 131.61 162.08 104.03 -
System Red Green Blue C M Y K H S L
Decimal 98 137 192 0.49 0.29 0 0.25 215.11 0.43 0.57
Hex 62 89 C0 31 1D 0 19 D7 2B 39
Octal 142 211 300 61 35 0 31 327 53 71
Binary 1100010 10001001 11000000 110001 11101 0 11001 11010111 101011 111001

Color Harmonies of #6289C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6289C0

Black with #6289C0

Text Example


Text Example

White with #6289C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6289C0; }

 p { color: rgb(98,137,192); }

 H1.HeaderClassName
 {
   color: #6289C0;
 }
 .AnyTagClassName
 {
   color: #6289C0;
 }
</style>

background-color css

<style>
 a { background-color: #6289C0; }

 a { background-color: rgb(98,137,192); }

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

border-color css

<style>
 span { border-color: #6289C0; }

 span { border-color: rgb(98,137,192); }

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