Html Css Color HEX #6466BB Chetwode Blue

📋 copy color: '#6466BB'

red 100 ◦ green 102 ◦ blue 187

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

Shades of Chetwode Blue #6466BB

Tints of Chetwode Blue #6466BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.07%

R = 25.71%
G = 26.22%
B = 48.07%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6466BB (or 0x6466BB) is known color: Chetwode Blue. HEX triplet: 64, 66 and BB. RGB value is (100,102,187). Sum of RGB (Red+Green+Blue) = 100+102+187=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #6466BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6466BB is #9B9944. Grayscale: #6E6E6E. Windows color (decimal): -10197317 or 12281444. OLE color: 12281444.

HSL color Cylindrical-coordinate representation of color #6466BB: hue angle of 238.62º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6466BB is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 102 187 -
CMYK 0.47 0.45 0 0.27
HSL 238.62º 0.39% 0.56% -
HSV(B) 238.62º 0.47% 0.73% -
XYZ 18.98 15.8 49.06 -
YUV 111.09 170.84 120.09 -
System Red Green Blue C M Y K H S L
Decimal 100 102 187 0.47 0.45 0 0.27 238.62 0.39 0.56
Hex 64 66 BB 2F 2D 0 1B EF 27 38
Octal 144 146 273 57 55 0 33 357 47 70
Binary 1100100 1100110 10111011 101111 101101 0 11011 11101111 100111 111000

Color Harmonies of #6466BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6466BB

Black with #6466BB

Text Example


Text Example

White with #6466BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6466BB; }

 p { color: rgb(100,102,187); }

 H1.HeaderClassName
 {
   color: #6466BB;
 }
 .AnyTagClassName
 {
   color: #6466BB;
 }
</style>

background-color css

<style>
 a { background-color: #6466BB; }

 a { background-color: rgb(100,102,187); }

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

border-color css

<style>
 span { border-color: #6466BB; }

 span { border-color: rgb(100,102,187); }

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