Html Css Color HEX #6394CC Danube

📋 copy color: '#6394CC'

red 99 ◦ green 148 ◦ blue 204

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

Shades of Danube #6394CC

Tints of Danube #6394CC

RGB

 RED value IS 99 (39.06% from 255) = 21.95%

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

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

R = 21.95%
G = 32.82%
B = 45.23%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6394CC (or 0x6394CC) is known color: Danube. HEX triplet: 63, 94 and CC. RGB value is (99,148,204). Sum of RGB (Red+Green+Blue) = 99+148+204=451 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.95% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #6394CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6394CC is #9C6B33. Grayscale: #8B8B8B. Windows color (decimal): -10251060 or 13407331. OLE color: 13407331.

HSL color Cylindrical-coordinate representation of color #6394CC: hue angle of 212º degrees, saturation: 0.51, 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 #6394CC is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 99 148 204 -
CMYK 0.51 0.27 0 0.2
HSL 212º 0.51% 0.59% -
HSV(B) 212º 0.51% 0.8% -
XYZ 26.63 28.19 61.16 -
YUV 139.73 164.27 98.95 -
System Red Green Blue C M Y K H S L
Decimal 99 148 204 0.51 0.27 0 0.2 212 0.51 0.59
Hex 63 94 CC 33 1B 0 14 D4 33 3B
Octal 143 224 314 63 33 0 24 324 63 73
Binary 1100011 10010100 11001100 110011 11011 0 10100 11010100 110011 111011

Color Harmonies of #6394CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6394CC

Black with #6394CC

Text Example


Text Example

White with #6394CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,148,204); }

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

background-color css

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

 a { background-color: rgb(99,148,204); }

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

border-color css

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

 span { border-color: rgb(99,148,204); }

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