Html Css Color HEX #6670AD Chetwode Blue

📋 copy color: '#6670AD'

red 102 ◦ green 112 ◦ blue 173

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

Shades of Chetwode Blue #6670AD

Tints of Chetwode Blue #6670AD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.94%

 BLUE value IS 173 (67.97% from 255) = 44.7%

R = 26.36%
G = 28.94%
B = 44.7%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6670AD (or 0x6670AD) is known color: Chetwode Blue. HEX triplet: 66, 70 and AD. RGB value is (102,112,173). Sum of RGB (Red+Green+Blue) = 102+112+173=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #6670AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6670AD is #998F52. Grayscale: #737373. Windows color (decimal): -10063699 or 11366502. OLE color: 11366502.

HSL color Cylindrical-coordinate representation of color #6670AD: hue angle of 231.55º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6670AD is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 112 173 -
CMYK 0.41 0.35 0 0.32
HSL 231.55º 0.3% 0.54% -
HSV(B) 231.55º 0.41% 0.68% -
XYZ 18.82 17.43 41.91 -
YUV 115.96 160.19 118.04 -
System Red Green Blue C M Y K H S L
Decimal 102 112 173 0.41 0.35 0 0.32 231.55 0.3 0.54
Hex 66 70 AD 29 23 0 20 E8 1E 36
Octal 146 160 255 51 43 0 40 350 36 66
Binary 1100110 1110000 10101101 101001 100011 0 100000 11101000 11110 110110

Color Harmonies of #6670AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6670AD

Black with #6670AD

Text Example


Text Example

White with #6670AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6670AD; }

 p { color: rgb(102,112,173); }

 H1.HeaderClassName
 {
   color: #6670AD;
 }
 .AnyTagClassName
 {
   color: #6670AD;
 }
</style>

background-color css

<style>
 a { background-color: #6670AD; }

 a { background-color: rgb(102,112,173); }

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

border-color css

<style>
 span { border-color: #6670AD; }

 span { border-color: rgb(102,112,173); }

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