Html Css Color HEX #6466BD Chetwode Blue

📋 copy color: '#6466BD'

red 100 ◦ green 102 ◦ blue 189

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

Shades of Chetwode Blue #6466BD

Tints of Chetwode Blue #6466BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.34%

R = 25.58%
G = 26.09%
B = 48.34%

CMYK

 C value IS 0.47

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6466BD (or 0x6466BD) is known color: Chetwode Blue. HEX triplet: 64, 66 and BD. RGB value is (100,102,189). Sum of RGB (Red+Green+Blue) = 100+102+189=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #6466BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6466BD is #9B9942. Grayscale: #6E6E6E. Windows color (decimal): -10197315 or 12412516. OLE color: 12412516.

HSL color Cylindrical-coordinate representation of color #6466BD: hue angle of 238.65º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6466BD is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 102 189 -
CMYK 0.47 0.46 0 0.26
HSL 238.65º 0.4% 0.57% -
HSV(B) 238.65º 0.47% 0.74% -
XYZ 19.19 15.89 50.2 -
YUV 111.32 171.84 119.93 -
System Red Green Blue C M Y K H S L
Decimal 100 102 189 0.47 0.46 0 0.26 238.65 0.4 0.57
Hex 64 66 BD 2F 2E 0 1A EF 28 39
Octal 144 146 275 57 56 0 32 357 50 71
Binary 1100100 1100110 10111101 101111 101110 0 11010 11101111 101000 111001

Color Harmonies of #6466BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6466BD

Black with #6466BD

Text Example


Text Example

White with #6466BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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