Html Css Color HEX #638CCC Danube

📋 copy color: '#638CCC'

red 99 ◦ green 140 ◦ blue 204

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

Shades of Danube #638CCC

Tints of Danube #638CCC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.6%

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

R = 22.35%
G = 31.6%
B = 46.05%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#638CCC (or 0x638CCC) is known color: Danube. HEX triplet: 63, 8C and CC. RGB value is (99,140,204). Sum of RGB (Red+Green+Blue) = 99+140+204=443 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.35% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #638CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638CCC is #9C7333. Grayscale: #868686. Windows color (decimal): -10253108 or 13405283. OLE color: 13405283.

HSL color Cylindrical-coordinate representation of color #638CCC: hue angle of 216.57º 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 #638CCC is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 99 140 204 -
CMYK 0.51 0.31 0 0.2
HSL 216.57º 0.51% 0.59% -
HSV(B) 216.57º 0.51% 0.8% -
XYZ 25.42 25.77 60.76 -
YUV 135.04 166.92 102.3 -
System Red Green Blue C M Y K H S L
Decimal 99 140 204 0.51 0.31 0 0.2 216.57 0.51 0.59
Hex 63 8C CC 33 1F 0 14 D9 33 3B
Octal 143 214 314 63 37 0 24 331 63 73
Binary 1100011 10001100 11001100 110011 11111 0 10100 11011001 110011 111011

Color Harmonies of #638CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638CCC

Black with #638CCC

Text Example


Text Example

White with #638CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638CCC; }

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

 H1.HeaderClassName
 {
   color: #638CCC;
 }
 .AnyTagClassName
 {
   color: #638CCC;
 }
</style>

background-color css

<style>
 a { background-color: #638CCC; }

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

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

border-color css

<style>
 span { border-color: #638CCC; }

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

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