Html Css Color HEX #6494CA Danube

📋 copy color: '#6494CA'

red 100 ◦ green 148 ◦ blue 202

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

Shades of Danube #6494CA

Tints of Danube #6494CA

RGB

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

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

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

R = 22.22%
G = 32.89%
B = 44.89%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6494CA (or 0x6494CA) is known color: Danube. HEX triplet: 64, 94 and CA. RGB value is (100,148,202). Sum of RGB (Red+Green+Blue) = 100+148+202=450 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.22% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #6494CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6494CA is #9B6B35. Grayscale: #8B8B8B. Windows color (decimal): -10185526 or 13276260. OLE color: 13276260.

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

Color convert

RGB 100 148 202 -
CMYK 0.50 0.27 0 0.21
HSL 211.76º 0.49% 0.59% -
HSV(B) 211.76º 0.5% 0.79% -
XYZ 26.51 28.15 59.91 -
YUV 139.8 163.1 99.61 -
System Red Green Blue C M Y K H S L
Decimal 100 148 202 0.50 0.27 0 0.21 211.76 0.49 0.59
Hex 64 94 CA 32 1B 0 15 D4 31 3B
Octal 144 224 312 62 33 0 25 324 61 73
Binary 1100100 10010100 11001010 110010 11011 0 10101 11010100 110001 111011

Color Harmonies of #6494CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6494CA

Black with #6494CA

Text Example


Text Example

White with #6494CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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