Html Css Color HEX #646BA6 Chetwode Blue

📋 copy color: '#646BA6'

red 100 ◦ green 107 ◦ blue 166

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

Shades of Chetwode Blue #646BA6

Tints of Chetwode Blue #646BA6

RGB

 RED value IS 100 (39.45% from 255) = 26.81%

 GREEN value IS 107 (42.19% from 255) = 28.69%

 BLUE value IS 166 (65.23% from 255) = 44.5%

R = 26.81%
G = 28.69%
B = 44.5%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#646BA6 (or 0x646BA6) is known color: Chetwode Blue. HEX triplet: 64, 6B and A6. RGB value is (100,107,166). Sum of RGB (Red+Green+Blue) = 100+107+166=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 166 (65.23% from 255 or 44.50% from 373); Max value from RGB is 166 - color contains mainly: blue. Hex color #646BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646BA6 is #9B9459. Grayscale: #6F6F6F. Windows color (decimal): -10196058 or 10906468. OLE color: 10906468.

HSL color Cylindrical-coordinate representation of color #646BA6: hue angle of 233.64º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #646BA6 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 107 166 -
CMYK 0.40 0.36 0 0.35
HSL 233.64º 0.27% 0.52% -
HSV(B) 233.64º 0.4% 0.65% -
XYZ 17.4 15.98 38.24 -
YUV 111.63 158.68 119.7 -
System Red Green Blue C M Y K H S L
Decimal 100 107 166 0.40 0.36 0 0.35 233.64 0.27 0.52
Hex 64 6B A6 28 24 0 23 EA 1B 34
Octal 144 153 246 50 44 0 43 352 33 64
Binary 1100100 1101011 10100110 101000 100100 0 100011 11101010 11011 110100

Color Harmonies of #646BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646BA6

Black with #646BA6

Text Example


Text Example

White with #646BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646BA6; }

 p { color: rgb(100,107,166); }

 H1.HeaderClassName
 {
   color: #646BA6;
 }
 .AnyTagClassName
 {
   color: #646BA6;
 }
</style>

background-color css

<style>
 a { background-color: #646BA6; }

 a { background-color: rgb(100,107,166); }

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

border-color css

<style>
 span { border-color: #646BA6; }

 span { border-color: rgb(100,107,166); }

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