Html Css Color HEX #638CBF Danube

📋 copy color: '#638CBF'

red 99 ◦ green 140 ◦ blue 191

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

Shades of Danube #638CBF

Tints of Danube #638CBF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.56%

 BLUE value IS 191 (75% from 255) = 44.42%

R = 23.02%
G = 32.56%
B = 44.42%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#638CBF (or 0x638CBF) is known color: Danube. HEX triplet: 63, 8C and BF. RGB value is (99,140,191). Sum of RGB (Red+Green+Blue) = 99+140+191=430 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.02% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #638CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638CBF is #9C7340. Grayscale: #858585. Windows color (decimal): -10253121 or 12553315. OLE color: 12553315.

HSL color Cylindrical-coordinate representation of color #638CBF: hue angle of 213.26º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #638CBF is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 140 191 -
CMYK 0.48 0.27 0 0.25
HSL 213.26º 0.42% 0.57% -
HSV(B) 213.26º 0.48% 0.75% -
XYZ 23.93 25.17 52.89 -
YUV 133.56 160.42 103.35 -
System Red Green Blue C M Y K H S L
Decimal 99 140 191 0.48 0.27 0 0.25 213.26 0.42 0.57
Hex 63 8C BF 30 1B 0 19 D5 2A 39
Octal 143 214 277 60 33 0 31 325 52 71
Binary 1100011 10001100 10111111 110000 11011 0 11001 11010101 101010 111001

Color Harmonies of #638CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638CBF

Black with #638CBF

Text Example


Text Example

White with #638CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,140,191); }

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

background-color css

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

 a { background-color: rgb(99,140,191); }

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

border-color css

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

 span { border-color: rgb(99,140,191); }

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