Html Css Color HEX #6469AB Chetwode Blue

📋 copy color: '#6469AB'

red 100 ◦ green 105 ◦ blue 171

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

Shades of Chetwode Blue #6469AB

Tints of Chetwode Blue #6469AB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.93%

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

R = 26.6%
G = 27.93%
B = 45.48%

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

#6469AB (or 0x6469AB) is known color: Chetwode Blue. HEX triplet: 64, 69 and AB. RGB value is (100,105,171). Sum of RGB (Red+Green+Blue) = 100+105+171=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #6469AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6469AB is #9B9654. Grayscale: #6E6E6E. Windows color (decimal): -10196565 or 11233636. OLE color: 11233636.

HSL color Cylindrical-coordinate representation of color #6469AB: hue angle of 235.77º 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 #6469AB is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 105 171 -
CMYK 0.42 0.39 0 0.33
HSL 235.77º 0.3% 0.53% -
HSV(B) 235.77º 0.42% 0.67% -
XYZ 17.66 15.75 40.64 -
YUV 111.03 161.84 120.13 -
System Red Green Blue C M Y K H S L
Decimal 100 105 171 0.42 0.39 0 0.33 235.77 0.3 0.53
Hex 64 69 AB 2A 27 0 21 EC 1E 35
Octal 144 151 253 52 47 0 41 354 36 65
Binary 1100100 1101001 10101011 101010 100111 0 100001 11101100 11110 110101

Color Harmonies of #6469AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6469AB

Black with #6469AB

Text Example


Text Example

White with #6469AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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