Html Css Color HEX #638CBC Danube

📋 copy color: '#638CBC'

red 99 ◦ green 140 ◦ blue 188

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

Shades of Danube #638CBC

Tints of Danube #638CBC

RGB

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

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

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

R = 23.19%
G = 32.79%
B = 44.03%

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

#638CBC (or 0x638CBC) is known color: Danube. HEX triplet: 63, 8C and BC. RGB value is (99,140,188). Sum of RGB (Red+Green+Blue) = 99+140+188=427 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.19% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #638CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638CBC is #9C7343. Grayscale: #848484. Windows color (decimal): -10253124 or 12356707. OLE color: 12356707.

HSL color Cylindrical-coordinate representation of color #638CBC: hue angle of 212.36º 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 #638CBC is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 140 188 -
CMYK 0.47 0.26 0 0.26
HSL 212.36º 0.4% 0.56% -
HSV(B) 212.36º 0.47% 0.74% -
XYZ 23.6 25.04 51.17 -
YUV 133.21 158.92 103.6 -
System Red Green Blue C M Y K H S L
Decimal 99 140 188 0.47 0.26 0 0.26 212.36 0.4 0.56
Hex 63 8C BC 2F 1A 0 1A D4 28 38
Octal 143 214 274 57 32 0 32 324 50 70
Binary 1100011 10001100 10111100 101111 11010 0 11010 11010100 101000 111000

Color Harmonies of #638CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638CBC

Black with #638CBC

Text Example


Text Example

White with #638CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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