Html Css Color HEX #6290CF Danube

📋 copy color: '#6290CF'

red 98 ◦ green 144 ◦ blue 207

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

Shades of Danube #6290CF

Tints of Danube #6290CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.1%

R = 21.83%
G = 32.07%
B = 46.1%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6290CF (or 0x6290CF) is known color: Danube. HEX triplet: 62, 90 and CF. RGB value is (98,144,207). Sum of RGB (Red+Green+Blue) = 98+144+207=449 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.83% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #6290CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6290CF is #9D6F30. Grayscale: #898989. Windows color (decimal): -10317617 or 13602914. OLE color: 13602914.

HSL color Cylindrical-coordinate representation of color #6290CF: hue angle of 214.68º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6290CF is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 144 207 -
CMYK 0.53 0.30 0 0.19
HSL 214.68º 0.53% 0.6% -
HSV(B) 214.68º 0.53% 0.81% -
XYZ 26.27 27.05 62.87 -
YUV 137.43 167.26 99.88 -
System Red Green Blue C M Y K H S L
Decimal 98 144 207 0.53 0.30 0 0.19 214.68 0.53 0.6
Hex 62 90 CF 35 1E 0 13 D7 35 3C
Octal 142 220 317 65 36 0 23 327 65 74
Binary 1100010 10010000 11001111 110101 11110 0 10011 11010111 110101 111100

Color Harmonies of #6290CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6290CF

Black with #6290CF

Text Example


Text Example

White with #6290CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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