Html Css Color HEX #638BCD Danube

📋 copy color: '#638BCD'

red 99 ◦ green 139 ◦ blue 205

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

Shades of Danube #638BCD

Tints of Danube #638BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.28%

R = 22.35%
G = 31.38%
B = 46.28%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#638BCD (or 0x638BCD) is known color: Danube. HEX triplet: 63, 8B and CD. RGB value is (99,139,205). Sum of RGB (Red+Green+Blue) = 99+139+205=443 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.35% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #638BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638BCD is #9C7432. Grayscale: #868686. Windows color (decimal): -10253363 or 13470563. OLE color: 13470563.

HSL color Cylindrical-coordinate representation of color #638BCD: hue angle of 217.36º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #638BCD is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 139 205 -
CMYK 0.52 0.32 0 0.20
HSL 217.36º 0.51% 0.6% -
HSV(B) 217.36º 0.52% 0.8% -
XYZ 25.4 25.53 61.35 -
YUV 134.56 167.75 102.63 -
System Red Green Blue C M Y K H S L
Decimal 99 139 205 0.52 0.32 0 0.20 217.36 0.51 0.6
Hex 63 8B CD 34 20 0 14 D9 33 3C
Octal 143 213 315 64 40 0 24 331 63 74
Binary 1100011 10001011 11001101 110100 100000 0 10100 11011001 110011 111100

Color Harmonies of #638BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638BCD

Black with #638BCD

Text Example


Text Example

White with #638BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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