Html Css Color HEX #638DCF Danube

📋 copy color: '#638DCF'

red 99 ◦ green 141 ◦ blue 207

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

Shades of Danube #638DCF

Tints of Danube #638DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.31%

R = 22.15%
G = 31.54%
B = 46.31%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#638DCF (or 0x638DCF) is known color: Danube. HEX triplet: 63, 8D and CF. RGB value is (99,141,207). Sum of RGB (Red+Green+Blue) = 99+141+207=447 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.15% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #638DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638DCF is #9C7230. Grayscale: #878787. Windows color (decimal): -10252849 or 13602147. OLE color: 13602147.

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

Color convert

RGB 99 141 207 -
CMYK 0.52 0.32 0 0.19
HSL 216.67º 0.53% 0.6% -
HSV(B) 216.67º 0.52% 0.81% -
XYZ 25.93 26.21 62.72 -
YUV 135.97 168.09 101.63 -
System Red Green Blue C M Y K H S L
Decimal 99 141 207 0.52 0.32 0 0.19 216.67 0.53 0.6
Hex 63 8D CF 34 20 0 13 D9 35 3C
Octal 143 215 317 64 40 0 23 331 65 74
Binary 1100011 10001101 11001111 110100 100000 0 10011 11011001 110101 111100

Color Harmonies of #638DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638DCF

Black with #638DCF

Text Example


Text Example

White with #638DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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