Html Css Color HEX #6469A7 Chetwode Blue

📋 copy color: '#6469A7'

red 100 ◦ green 105 ◦ blue 167

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

Shades of Chetwode Blue #6469A7

Tints of Chetwode Blue #6469A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 44.89%

R = 26.88%
G = 28.23%
B = 44.89%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6469A7 (or 0x6469A7) is known color: Chetwode Blue. HEX triplet: 64, 69 and A7. RGB value is (100,105,167). Sum of RGB (Red+Green+Blue) = 100+105+167=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 167 (65.62% from 255 or 44.89% from 372); Max value from RGB is 167 - color contains mainly: blue. Hex color #6469A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6469A7 is #9B9658. Grayscale: #6E6E6E. Windows color (decimal): -10196569 or 10971492. OLE color: 10971492.

HSL color Cylindrical-coordinate representation of color #6469A7: hue angle of 235.52º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6469A7 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 105 167 -
CMYK 0.40 0.37 0 0.35
HSL 235.52º 0.28% 0.52% -
HSV(B) 235.52º 0.4% 0.65% -
XYZ 17.28 15.6 38.66 -
YUV 110.57 159.84 120.46 -
System Red Green Blue C M Y K H S L
Decimal 100 105 167 0.40 0.37 0 0.35 235.52 0.28 0.52
Hex 64 69 A7 28 25 0 23 EC 1C 34
Octal 144 151 247 50 45 0 43 354 34 64
Binary 1100100 1101001 10100111 101000 100101 0 100011 11101100 11100 110100

Color Harmonies of #6469A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6469A7

Black with #6469A7

Text Example


Text Example

White with #6469A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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