Html Css Color HEX #638BBC Danube

📋 copy color: '#638BBC'

red 99 ◦ green 139 ◦ blue 188

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

Shades of Danube #638BBC

Tints of Danube #638BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.13%

R = 23.24%
G = 32.63%
B = 44.13%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#638BBC (or 0x638BBC) is known color: Danube. HEX triplet: 63, 8B and BC. RGB value is (99,139,188). Sum of RGB (Red+Green+Blue) = 99+139+188=426 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.24% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #638BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638BBC is #9C7443. Grayscale: #848484. Windows color (decimal): -10253380 or 12356451. OLE color: 12356451.

HSL color Cylindrical-coordinate representation of color #638BBC: hue angle of 213.03º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #638BBC is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 139 188 -
CMYK 0.47 0.26 0 0.26
HSL 213.03º 0.4% 0.56% -
HSV(B) 213.03º 0.47% 0.74% -
XYZ 23.46 24.75 51.12 -
YUV 132.63 159.25 104.02 -
System Red Green Blue C M Y K H S L
Decimal 99 139 188 0.47 0.26 0 0.26 213.03 0.4 0.56
Hex 63 8B BC 2F 1A 0 1A D5 28 38
Octal 143 213 274 57 32 0 32 325 50 70
Binary 1100011 10001011 10111100 101111 11010 0 11010 11010101 101000 111000

Color Harmonies of #638BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638BBC

Black with #638BBC

Text Example


Text Example

White with #638BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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