Html Css Color HEX #638DCB Danube

📋 copy color: '#638DCB'

red 99 ◦ green 141 ◦ blue 203

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

Shades of Danube #638DCB

Tints of Danube #638DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.82%

R = 22.35%
G = 31.83%
B = 45.82%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#638DCB (or 0x638DCB) is known color: Danube. HEX triplet: 63, 8D and CB. RGB value is (99,141,203). Sum of RGB (Red+Green+Blue) = 99+141+203=443 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.35% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #638DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638DCB is #9C7234. Grayscale: #878787. Windows color (decimal): -10252853 or 13340003. OLE color: 13340003.

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

Color convert

RGB 99 141 203 -
CMYK 0.51 0.31 0 0.20
HSL 215.77º 0.5% 0.59% -
HSV(B) 215.77º 0.51% 0.8% -
XYZ 25.45 26.01 60.18 -
YUV 135.51 166.09 101.96 -
System Red Green Blue C M Y K H S L
Decimal 99 141 203 0.51 0.31 0 0.20 215.77 0.5 0.59
Hex 63 8D CB 33 1F 0 14 D8 32 3B
Octal 143 215 313 63 37 0 24 330 62 73
Binary 1100011 10001101 11001011 110011 11111 0 10100 11011000 110010 111011

Color Harmonies of #638DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638DCB

Black with #638DCB

Text Example


Text Example

White with #638DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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