Html Css Color HEX #6291CC Danube

📋 copy color: '#6291CC'

red 98 ◦ green 145 ◦ blue 204

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

Shades of Danube #6291CC

Tints of Danube #6291CC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.44%

 BLUE value IS 204 (80.08% from 255) = 45.64%

R = 21.92%
G = 32.44%
B = 45.64%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6291CC (or 0x6291CC) is known color: Danube. HEX triplet: 62, 91 and CC. RGB value is (98,145,204). Sum of RGB (Red+Green+Blue) = 98+145+204=447 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.92% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #6291CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6291CC is #9D6E33. Grayscale: #898989. Windows color (decimal): -10317364 or 13406562. OLE color: 13406562.

HSL color Cylindrical-coordinate representation of color #6291CC: hue angle of 213.4º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6291CC is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 98 145 204 -
CMYK 0.52 0.29 0 0.2
HSL 213.4º 0.51% 0.59% -
HSV(B) 213.4º 0.52% 0.8% -
XYZ 26.06 27.21 61 -
YUV 137.67 165.43 99.7 -
System Red Green Blue C M Y K H S L
Decimal 98 145 204 0.52 0.29 0 0.2 213.4 0.51 0.59
Hex 62 91 CC 34 1D 0 14 D5 33 3B
Octal 142 221 314 64 35 0 24 325 63 73
Binary 1100010 10010001 11001100 110100 11101 0 10100 11010101 110011 111011

Color Harmonies of #6291CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6291CC

Black with #6291CC

Text Example


Text Example

White with #6291CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6291CC; }

 p { color: rgb(98,145,204); }

 H1.HeaderClassName
 {
   color: #6291CC;
 }
 .AnyTagClassName
 {
   color: #6291CC;
 }
</style>

background-color css

<style>
 a { background-color: #6291CC; }

 a { background-color: rgb(98,145,204); }

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

border-color css

<style>
 span { border-color: #6291CC; }

 span { border-color: rgb(98,145,204); }

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