Html Css Color HEX #6466BE Chetwode Blue

📋 copy color: '#6466BE'

red 100 ◦ green 102 ◦ blue 190

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

Shades of Chetwode Blue #6466BE

Tints of Chetwode Blue #6466BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.47%

R = 25.51%
G = 26.02%
B = 48.47%

CMYK

 C value IS 0.47

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6466BE (or 0x6466BE) is known color: Chetwode Blue. HEX triplet: 64, 66 and BE. RGB value is (100,102,190). Sum of RGB (Red+Green+Blue) = 100+102+190=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #6466BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6466BE is #9B9941. Grayscale: #6F6F6F. Windows color (decimal): -10197314 or 12478052. OLE color: 12478052.

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

Color convert

RGB 100 102 190 -
CMYK 0.47 0.46 0 0.25
HSL 238.67º 0.41% 0.57% -
HSV(B) 238.67º 0.47% 0.75% -
XYZ 19.3 15.93 50.77 -
YUV 111.43 172.34 119.84 -
System Red Green Blue C M Y K H S L
Decimal 100 102 190 0.47 0.46 0 0.25 238.67 0.41 0.57
Hex 64 66 BE 2F 2E 0 19 EF 29 39
Octal 144 146 276 57 56 0 31 357 51 71
Binary 1100100 1100110 10111110 101111 101110 0 11001 11101111 101001 111001

Color Harmonies of #6466BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6466BE

Black with #6466BE

Text Example


Text Example

White with #6466BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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