Html Css Color HEX #638CBD Danube

📋 copy color: '#638CBD'

red 99 ◦ green 140 ◦ blue 189

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

Shades of Danube #638CBD

Tints of Danube #638CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.16%

R = 23.13%
G = 32.71%
B = 44.16%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#638CBD (or 0x638CBD) is known color: Danube. HEX triplet: 63, 8C and BD. RGB value is (99,140,189). Sum of RGB (Red+Green+Blue) = 99+140+189=428 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.13% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #638CBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638CBD is #9C7342. Grayscale: #858585. Windows color (decimal): -10253123 or 12422243. OLE color: 12422243.

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

Color convert

RGB 99 140 189 -
CMYK 0.48 0.26 0 0.26
HSL 212.67º 0.41% 0.56% -
HSV(B) 212.67º 0.48% 0.74% -
XYZ 23.71 25.08 51.74 -
YUV 133.33 159.42 103.52 -
System Red Green Blue C M Y K H S L
Decimal 99 140 189 0.48 0.26 0 0.26 212.67 0.41 0.56
Hex 63 8C BD 30 1A 0 1A D5 29 38
Octal 143 214 275 60 32 0 32 325 51 70
Binary 1100011 10001100 10111101 110000 11010 0 11010 11010101 101001 111000

Color Harmonies of #638CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638CBD

Black with #638CBD

Text Example


Text Example

White with #638CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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