Html Css Color HEX #636AC0 Chetwode Blue

📋 copy color: '#636AC0'

red 99 ◦ green 106 ◦ blue 192

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

Shades of Chetwode Blue #636AC0

Tints of Chetwode Blue #636AC0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.7%

 BLUE value IS 192 (75.39% from 255) = 48.36%

R = 24.94%
G = 26.7%
B = 48.36%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#636AC0 (or 0x636AC0) is known color: Chetwode Blue. HEX triplet: 63, 6A and C0. RGB value is (99,106,192). Sum of RGB (Red+Green+Blue) = 99+106+192=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #636AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #636AC0 is #9C953F. Grayscale: #717171. Windows color (decimal): -10261824 or 12610147. OLE color: 12610147.

HSL color Cylindrical-coordinate representation of color #636AC0: hue angle of 235.48º 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 #636AC0 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 106 192 -
CMYK 0.48 0.45 0 0.25
HSL 235.48º 0.42% 0.57% -
HSV(B) 235.48º 0.48% 0.75% -
XYZ 19.81 16.77 52.06 -
YUV 113.71 172.18 117.51 -
System Red Green Blue C M Y K H S L
Decimal 99 106 192 0.48 0.45 0 0.25 235.48 0.42 0.57
Hex 63 6A C0 30 2D 0 19 EB 2A 39
Octal 143 152 300 60 55 0 31 353 52 71
Binary 1100011 1101010 11000000 110000 101101 0 11001 11101011 101010 111001

Color Harmonies of #636AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636AC0

Black with #636AC0

Text Example


Text Example

White with #636AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636AC0; }

 p { color: rgb(99,106,192); }

 H1.HeaderClassName
 {
   color: #636AC0;
 }
 .AnyTagClassName
 {
   color: #636AC0;
 }
</style>

background-color css

<style>
 a { background-color: #636AC0; }

 a { background-color: rgb(99,106,192); }

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

border-color css

<style>
 span { border-color: #636AC0; }

 span { border-color: rgb(99,106,192); }

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