Html Css Color HEX #63699D Chetwode Blue

📋 copy color: '#63699D'

red 99 ◦ green 105 ◦ blue 157

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

Shades of Chetwode Blue #63699D

Tints of Chetwode Blue #63699D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.09%

 BLUE value IS 157 (61.72% from 255) = 43.49%

R = 27.42%
G = 29.09%
B = 43.49%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63699D (or 0x63699D) is known color: Chetwode Blue. HEX triplet: 63, 69 and 9D. RGB value is (99,105,157). Sum of RGB (Red+Green+Blue) = 99+105+157=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #63699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63699D is #9C9662. Grayscale: #6C6C6C. Windows color (decimal): -10262115 or 10316131. OLE color: 10316131.

HSL color Cylindrical-coordinate representation of color #63699D: hue angle of 233.79º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63699D is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 105 157 -
CMYK 0.37 0.33 0 0.38
HSL 233.79º 0.23% 0.5% -
HSV(B) 233.79º 0.37% 0.62% -
XYZ 16.28 15.19 33.97 -
YUV 109.13 155.01 120.77 -
System Red Green Blue C M Y K H S L
Decimal 99 105 157 0.37 0.33 0 0.38 233.79 0.23 0.5
Hex 63 69 9D 25 21 0 26 EA 17 32
Octal 143 151 235 45 41 0 46 352 27 62
Binary 1100011 1101001 10011101 100101 100001 0 100110 11101010 10111 110010

Color Harmonies of #63699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63699D

Black with #63699D

Text Example


Text Example

White with #63699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63699D; }

 p { color: rgb(99,105,157); }

 H1.HeaderClassName
 {
   color: #63699D;
 }
 .AnyTagClassName
 {
   color: #63699D;
 }
</style>

background-color css

<style>
 a { background-color: #63699D; }

 a { background-color: rgb(99,105,157); }

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

border-color css

<style>
 span { border-color: #63699D; }

 span { border-color: rgb(99,105,157); }

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