Html Css Color HEX #6672AA Chetwode Blue

📋 copy color: '#6672AA'

red 102 ◦ green 114 ◦ blue 170

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

Shades of Chetwode Blue #6672AA

Tints of Chetwode Blue #6672AA

RGB

 RED value IS 102 (40.23% from 255) = 26.42%

 GREEN value IS 114 (44.92% from 255) = 29.53%

 BLUE value IS 170 (66.8% from 255) = 44.04%

R = 26.42%
G = 29.53%
B = 44.04%

CMYK

 C value IS 0.4

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6672AA (or 0x6672AA) is known color: Chetwode Blue. HEX triplet: 66, 72 and AA. RGB value is (102,114,170). Sum of RGB (Red+Green+Blue) = 102+114+170=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #6672AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6672AA is #998D55. Grayscale: #747474. Windows color (decimal): -10063190 or 11170406. OLE color: 11170406.

HSL color Cylindrical-coordinate representation of color #6672AA: hue angle of 229.41º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6672AA is Cyan = 0.4, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 114 170 -
CMYK 0.4 0.33 0 0.33
HSL 229.41º 0.29% 0.53% -
HSV(B) 229.41º 0.4% 0.67% -
XYZ 18.75 17.76 40.47 -
YUV 116.8 158.02 117.45 -
System Red Green Blue C M Y K H S L
Decimal 102 114 170 0.4 0.33 0 0.33 229.41 0.29 0.53
Hex 66 72 AA 28 21 0 21 E5 1D 35
Octal 146 162 252 50 41 0 41 345 35 65
Binary 1100110 1110010 10101010 101000 100001 0 100001 11100101 11101 110101

Color Harmonies of #6672AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6672AA

Black with #6672AA

Text Example


Text Example

White with #6672AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6672AA; }

 p { color: rgb(102,114,170); }

 H1.HeaderClassName
 {
   color: #6672AA;
 }
 .AnyTagClassName
 {
   color: #6672AA;
 }
</style>

background-color css

<style>
 a { background-color: #6672AA; }

 a { background-color: rgb(102,114,170); }

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

border-color css

<style>
 span { border-color: #6672AA; }

 span { border-color: rgb(102,114,170); }

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