Html Css Color HEX #6469AC Chetwode Blue

📋 copy color: '#6469AC'

red 100 ◦ green 105 ◦ blue 172

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

Shades of Chetwode Blue #6469AC

Tints of Chetwode Blue #6469AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.62%

R = 26.53%
G = 27.85%
B = 45.62%

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

#6469AC (or 0x6469AC) is known color: Chetwode Blue. HEX triplet: 64, 69 and AC. RGB value is (100,105,172). Sum of RGB (Red+Green+Blue) = 100+105+172=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #6469AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6469AC is #9B9653. Grayscale: #6E6E6E. Windows color (decimal): -10196564 or 11299172. OLE color: 11299172.

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

Color convert

RGB 100 105 172 -
CMYK 0.42 0.39 0 0.33
HSL 235.83º 0.3% 0.53% -
HSV(B) 235.83º 0.42% 0.67% -
XYZ 17.75 15.79 41.14 -
YUV 111.14 162.34 120.05 -
System Red Green Blue C M Y K H S L
Decimal 100 105 172 0.42 0.39 0 0.33 235.83 0.3 0.53
Hex 64 69 AC 2A 27 0 21 EC 1E 35
Octal 144 151 254 52 47 0 41 354 36 65
Binary 1100100 1101001 10101100 101010 100111 0 100001 11101100 11110 110101

Color Harmonies of #6469AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6469AC

Black with #6469AC

Text Example


Text Example

White with #6469AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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