Html Css Color HEX #638BCC Danube

📋 copy color: '#638BCC'

red 99 ◦ green 139 ◦ blue 204

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

Shades of Danube #638BCC

Tints of Danube #638BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.45%

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

R = 22.4%
G = 31.45%
B = 46.15%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#638BCC (or 0x638BCC) is known color: Danube. HEX triplet: 63, 8B and CC. RGB value is (99,139,204). Sum of RGB (Red+Green+Blue) = 99+139+204=442 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.40% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #638BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638BCC is #9C7433. Grayscale: #868686. Windows color (decimal): -10253364 or 13405027. OLE color: 13405027.

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

Color convert

RGB 99 139 204 -
CMYK 0.51 0.32 0 0.2
HSL 217.14º 0.51% 0.59% -
HSV(B) 217.14º 0.51% 0.8% -
XYZ 25.28 25.48 60.71 -
YUV 134.45 167.25 102.71 -
System Red Green Blue C M Y K H S L
Decimal 99 139 204 0.51 0.32 0 0.2 217.14 0.51 0.59
Hex 63 8B CC 33 20 0 14 D9 33 3B
Octal 143 213 314 63 40 0 24 331 63 73
Binary 1100011 10001011 11001100 110011 100000 0 10100 11011001 110011 111011

Color Harmonies of #638BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638BCC

Black with #638BCC

Text Example


Text Example

White with #638BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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