Html Css Color HEX #646BC8 Chetwode Blue

📋 copy color: '#646BC8'

red 100 ◦ green 107 ◦ blue 200

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

Shades of Chetwode Blue #646BC8

Tints of Chetwode Blue #646BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 49.14%

R = 24.57%
G = 26.29%
B = 49.14%

CMYK

 C value IS 0.5

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#646BC8 (or 0x646BC8) is known color: Chetwode Blue. HEX triplet: 64, 6B and C8. RGB value is (100,107,200). Sum of RGB (Red+Green+Blue) = 100+107+200=407 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.57% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 200 (78.52% from 255 or 49.14% from 407); Max value from RGB is 200 - color contains mainly: blue. Hex color #646BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646BC8 is #9B9437. Grayscale: #737373. Windows color (decimal): -10196024 or 13134692. OLE color: 13134692.

HSL color Cylindrical-coordinate representation of color #646BC8: hue angle of 235.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #646BC8 is Cyan = 0.5, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 100 107 200 -
CMYK 0.5 0.46 0 0.22
HSL 235.8º 0.48% 0.59% -
HSV(B) 235.8º 0.5% 0.78% -
XYZ 20.94 17.39 56.9 -
YUV 115.51 175.68 116.94 -
System Red Green Blue C M Y K H S L
Decimal 100 107 200 0.5 0.46 0 0.22 235.8 0.48 0.59
Hex 64 6B C8 32 2E 0 16 EC 30 3B
Octal 144 153 310 62 56 0 26 354 60 73
Binary 1100100 1101011 11001000 110010 101110 0 10110 11101100 110000 111011

Color Harmonies of #646BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646BC8

Black with #646BC8

Text Example


Text Example

White with #646BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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