Html Css Color HEX #6290CA Danube

📋 copy color: '#6290CA'

red 98 ◦ green 144 ◦ blue 202

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

Shades of Danube #6290CA

Tints of Danube #6290CA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.43%

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

R = 22.07%
G = 32.43%
B = 45.5%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6290CA (or 0x6290CA) is known color: Danube. HEX triplet: 62, 90 and CA. RGB value is (98,144,202). Sum of RGB (Red+Green+Blue) = 98+144+202=444 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.07% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #6290CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6290CA is #9D6F35. Grayscale: #888888. Windows color (decimal): -10317622 or 13275234. OLE color: 13275234.

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

Color convert

RGB 98 144 202 -
CMYK 0.51 0.29 0 0.21
HSL 213.46º 0.5% 0.59% -
HSV(B) 213.46º 0.51% 0.79% -
XYZ 25.67 26.81 59.7 -
YUV 136.86 164.76 100.28 -
System Red Green Blue C M Y K H S L
Decimal 98 144 202 0.51 0.29 0 0.21 213.46 0.5 0.59
Hex 62 90 CA 33 1D 0 15 D5 32 3B
Octal 142 220 312 63 35 0 25 325 62 73
Binary 1100010 10010000 11001010 110011 11101 0 10101 11010101 110010 111011

Color Harmonies of #6290CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6290CA

Black with #6290CA

Text Example


Text Example

White with #6290CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,144,202); }

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

background-color css

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

 a { background-color: rgb(98,144,202); }

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

border-color css

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

 span { border-color: rgb(98,144,202); }

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