Html Css Color HEX #6365AB Chetwode Blue

📋 copy color: '#6365AB'

red 99 ◦ green 101 ◦ blue 171

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

Shades of Chetwode Blue #6365AB

Tints of Chetwode Blue #6365AB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.22%

 BLUE value IS 171 (67.19% from 255) = 46.09%

R = 26.68%
G = 27.22%
B = 46.09%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6365AB (or 0x6365AB) is known color: Chetwode Blue. HEX triplet: 63, 65 and AB. RGB value is (99,101,171). Sum of RGB (Red+Green+Blue) = 99+101+171=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #6365AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6365AB is #9C9A54. Grayscale: #6C6C6C. Windows color (decimal): -10263125 or 11232611. OLE color: 11232611.

HSL color Cylindrical-coordinate representation of color #6365AB: hue angle of 238.33º degrees, saturation: 0.3, 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 #6365AB is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 101 171 -
CMYK 0.42 0.41 0 0.33
HSL 238.33º 0.3% 0.53% -
HSV(B) 238.33º 0.42% 0.67% -
XYZ 17.15 14.9 40.5 -
YUV 108.38 163.34 121.31 -
System Red Green Blue C M Y K H S L
Decimal 99 101 171 0.42 0.41 0 0.33 238.33 0.3 0.53
Hex 63 65 AB 2A 29 0 21 EE 1E 35
Octal 143 145 253 52 51 0 41 356 36 65
Binary 1100011 1100101 10101011 101010 101001 0 100001 11101110 11110 110101

Color Harmonies of #6365AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6365AB

Black with #6365AB

Text Example


Text Example

White with #6365AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6365AB; }

 p { color: rgb(99,101,171); }

 H1.HeaderClassName
 {
   color: #6365AB;
 }
 .AnyTagClassName
 {
   color: #6365AB;
 }
</style>

background-color css

<style>
 a { background-color: #6365AB; }

 a { background-color: rgb(99,101,171); }

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

border-color css

<style>
 span { border-color: #6365AB; }

 span { border-color: rgb(99,101,171); }

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