Html Css Color HEX #6494CB Danube

📋 copy color: '#6494CB'

red 100 ◦ green 148 ◦ blue 203

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

Shades of Danube #6494CB

Tints of Danube #6494CB

RGB

 RED value IS 100 (39.45% from 255) = 22.17%

 GREEN value IS 148 (58.2% from 255) = 32.82%

 BLUE value IS 203 (79.69% from 255) = 45.01%

R = 22.17%
G = 32.82%
B = 45.01%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6494CB (or 0x6494CB) is known color: Danube. HEX triplet: 64, 94 and CB. RGB value is (100,148,203). Sum of RGB (Red+Green+Blue) = 100+148+203=451 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.17% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #6494CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6494CB is #9B6B34. Grayscale: #8B8B8B. Windows color (decimal): -10185525 or 13341796. OLE color: 13341796.

HSL color Cylindrical-coordinate representation of color #6494CB: hue angle of 212.04º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6494CB is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 148 203 -
CMYK 0.51 0.27 0 0.20
HSL 212.04º 0.5% 0.59% -
HSV(B) 212.04º 0.51% 0.8% -
XYZ 26.62 28.2 60.54 -
YUV 139.92 163.6 99.53 -
System Red Green Blue C M Y K H S L
Decimal 100 148 203 0.51 0.27 0 0.20 212.04 0.5 0.59
Hex 64 94 CB 33 1B 0 14 D4 32 3B
Octal 144 224 313 63 33 0 24 324 62 73
Binary 1100100 10010100 11001011 110011 11011 0 10100 11010100 110010 111011

Color Harmonies of #6494CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6494CB

Black with #6494CB

Text Example


Text Example

White with #6494CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6494CB; }

 p { color: rgb(100,148,203); }

 H1.HeaderClassName
 {
   color: #6494CB;
 }
 .AnyTagClassName
 {
   color: #6494CB;
 }
</style>

background-color css

<style>
 a { background-color: #6494CB; }

 a { background-color: rgb(100,148,203); }

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

border-color css

<style>
 span { border-color: #6494CB; }

 span { border-color: rgb(100,148,203); }

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