Html Css Color HEX #6466BF Chetwode Blue

📋 copy color: '#6466BF'

red 100 ◦ green 102 ◦ blue 191

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

Shades of Chetwode Blue #6466BF

Tints of Chetwode Blue #6466BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.6%

R = 25.45%
G = 25.95%
B = 48.6%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6466BF (or 0x6466BF) is known color: Chetwode Blue. HEX triplet: 64, 66 and BF. RGB value is (100,102,191). Sum of RGB (Red+Green+Blue) = 100+102+191=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #6466BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6466BF is #9B9940. Grayscale: #6F6F6F. Windows color (decimal): -10197313 or 12543588. OLE color: 12543588.

HSL color Cylindrical-coordinate representation of color #6466BF: hue angle of 238.68º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6466BF is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 102 191 -
CMYK 0.48 0.47 0 0.25
HSL 238.68º 0.42% 0.57% -
HSV(B) 238.68º 0.48% 0.75% -
XYZ 19.41 15.97 51.35 -
YUV 111.55 172.84 119.76 -
System Red Green Blue C M Y K H S L
Decimal 100 102 191 0.48 0.47 0 0.25 238.68 0.42 0.57
Hex 64 66 BF 30 2F 0 19 EF 2A 39
Octal 144 146 277 60 57 0 31 357 52 71
Binary 1100100 1100110 10111111 110000 101111 0 11001 11101111 101010 111001

Color Harmonies of #6466BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6466BF

Black with #6466BF

Text Example


Text Example

White with #6466BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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