Html Css Color HEX #638DC8 Danube

📋 copy color: '#638DC8'

red 99 ◦ green 141 ◦ blue 200

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

Shades of Danube #638DC8

Tints of Danube #638DC8

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.05%

 BLUE value IS 200 (78.52% from 255) = 45.45%

R = 22.5%
G = 32.05%
B = 45.45%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#638DC8 (or 0x638DC8) is known color: Danube. HEX triplet: 63, 8D and C8. RGB value is (99,141,200). Sum of RGB (Red+Green+Blue) = 99+141+200=440 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.5% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 200 (78.52% from 255 or 45.45% from 440); Max value from RGB is 200 - color contains mainly: blue. Hex color #638DC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638DC8 is #9C7237. Grayscale: #868686. Windows color (decimal): -10252856 or 13143395. OLE color: 13143395.

HSL color Cylindrical-coordinate representation of color #638DC8: hue angle of 215.05º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #638DC8 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 99 141 200 -
CMYK 0.50 0.29 0 0.22
HSL 215.05º 0.48% 0.59% -
HSV(B) 215.05º 0.51% 0.78% -
XYZ 25.1 25.87 58.31 -
YUV 135.17 164.59 102.2 -
System Red Green Blue C M Y K H S L
Decimal 99 141 200 0.50 0.29 0 0.22 215.05 0.48 0.59
Hex 63 8D C8 32 1D 0 16 D7 30 3B
Octal 143 215 310 62 35 0 26 327 60 73
Binary 1100011 10001101 11001000 110010 11101 0 10110 11010111 110000 111011

Color Harmonies of #638DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638DC8

Black with #638DC8

Text Example


Text Example

White with #638DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,141,200); }

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

background-color css

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

 a { background-color: rgb(99,141,200); }

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

border-color css

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

 span { border-color: rgb(99,141,200); }

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