Html Css Color HEX #6468AB Chetwode Blue

📋 copy color: '#6468AB'

red 100 ◦ green 104 ◦ blue 171

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

Shades of Chetwode Blue #6468AB

Tints of Chetwode Blue #6468AB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.73%

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 26.67%
G = 27.73%
B = 45.6%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6468AB (or 0x6468AB) is known color: Chetwode Blue. HEX triplet: 64, 68 and AB. RGB value is (100,104,171). Sum of RGB (Red+Green+Blue) = 100+104+171=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #6468AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6468AB is #9B9754. Grayscale: #6E6E6E. Windows color (decimal): -10196821 or 11233380. OLE color: 11233380.

HSL color Cylindrical-coordinate representation of color #6468AB: hue angle of 236.62º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6468AB is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 104 171 -
CMYK 0.42 0.39 0 0.33
HSL 236.62º 0.3% 0.53% -
HSV(B) 236.62º 0.42% 0.67% -
XYZ 17.56 15.55 40.6 -
YUV 110.44 162.17 120.55 -
System Red Green Blue C M Y K H S L
Decimal 100 104 171 0.42 0.39 0 0.33 236.62 0.3 0.53
Hex 64 68 AB 2A 27 0 21 ED 1E 35
Octal 144 150 253 52 47 0 41 355 36 65
Binary 1100100 1101000 10101011 101010 100111 0 100001 11101101 11110 110101

Color Harmonies of #6468AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6468AB

Black with #6468AB

Text Example


Text Example

White with #6468AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6468AB; }

 p { color: rgb(100,104,171); }

 H1.HeaderClassName
 {
   color: #6468AB;
 }
 .AnyTagClassName
 {
   color: #6468AB;
 }
</style>

background-color css

<style>
 a { background-color: #6468AB; }

 a { background-color: rgb(100,104,171); }

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

border-color css

<style>
 span { border-color: #6468AB; }

 span { border-color: rgb(100,104,171); }

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