Html Css Color HEX #638BD4 Danube

📋 copy color: '#638BD4'

red 99 ◦ green 139 ◦ blue 212

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

Shades of Danube #638BD4

Tints of Danube #638BD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 47.11%

R = 22%
G = 30.89%
B = 47.11%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#638BD4 (or 0x638BD4) is known color: Danube. HEX triplet: 63, 8B and D4. RGB value is (99,139,212). Sum of RGB (Red+Green+Blue) = 99+139+212=450 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 212 (83.20% from 255 or 47.11% from 450); Max value from RGB is 212 - color contains mainly: blue. Hex color #638BD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638BD4 is #9C742B. Grayscale: #878787. Windows color (decimal): -10253356 or 13929315. OLE color: 13929315.

HSL color Cylindrical-coordinate representation of color #638BD4: hue angle of 218.76º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #638BD4 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 99 139 212 -
CMYK 0.53 0.34 0 0.17
HSL 218.76º 0.57% 0.61% -
HSV(B) 218.76º 0.53% 0.83% -
XYZ 26.26 25.87 65.9 -
YUV 135.36 171.25 102.06 -
System Red Green Blue C M Y K H S L
Decimal 99 139 212 0.53 0.34 0 0.17 218.76 0.57 0.61
Hex 63 8B D4 35 22 0 11 DB 39 3D
Octal 143 213 324 65 42 0 21 333 71 75
Binary 1100011 10001011 11010100 110101 100010 0 10001 11011011 111001 111101

Color Harmonies of #638BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638BD4

Black with #638BD4

Text Example


Text Example

White with #638BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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