Html Css Color HEX #6366AA Chetwode Blue

📋 copy color: '#6366AA'

red 99 ◦ green 102 ◦ blue 170

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

Shades of Chetwode Blue #6366AA

Tints of Chetwode Blue #6366AA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.49%

 BLUE value IS 170 (66.8% from 255) = 45.82%

R = 26.68%
G = 27.49%
B = 45.82%

CMYK

 C value IS 0.42

 M value IS 0.4

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6366AA (or 0x6366AA) is known color: Chetwode Blue. HEX triplet: 63, 66 and AA. RGB value is (99,102,170). Sum of RGB (Red+Green+Blue) = 99+102+170=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #6366AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6366AA is #9C9955. Grayscale: #6C6C6C. Windows color (decimal): -10262870 or 11167331. OLE color: 11167331.

HSL color Cylindrical-coordinate representation of color #6366AA: hue angle of 237.46º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6366AA is Cyan = 0.42, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 102 170 -
CMYK 0.42 0.4 0 0.33
HSL 237.46º 0.29% 0.53% -
HSV(B) 237.46º 0.42% 0.67% -
XYZ 17.15 15.06 40.03 -
YUV 108.86 162.51 120.97 -
System Red Green Blue C M Y K H S L
Decimal 99 102 170 0.42 0.4 0 0.33 237.46 0.29 0.53
Hex 63 66 AA 2A 28 0 21 ED 1D 35
Octal 143 146 252 52 50 0 41 355 35 65
Binary 1100011 1100110 10101010 101010 101000 0 100001 11101101 11101 110101

Color Harmonies of #6366AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6366AA

Black with #6366AA

Text Example


Text Example

White with #6366AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6366AA; }

 p { color: rgb(99,102,170); }

 H1.HeaderClassName
 {
   color: #6366AA;
 }
 .AnyTagClassName
 {
   color: #6366AA;
 }
</style>

background-color css

<style>
 a { background-color: #6366AA; }

 a { background-color: rgb(99,102,170); }

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

border-color css

<style>
 span { border-color: #6366AA; }

 span { border-color: rgb(99,102,170); }

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