Html Css Color HEX #6675AD Chetwode Blue

📋 copy color: '#6675AD'

red 102 ◦ green 117 ◦ blue 173

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

Shades of Chetwode Blue #6675AD

Tints of Chetwode Blue #6675AD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.85%

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

R = 26.02%
G = 29.85%
B = 44.13%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6675AD (or 0x6675AD) is known color: Chetwode Blue. HEX triplet: 66, 75 and AD. RGB value is (102,117,173). Sum of RGB (Red+Green+Blue) = 102+117+173=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #6675AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6675AD is #998A52. Grayscale: #767676. Windows color (decimal): -10062419 or 11367782. OLE color: 11367782.

HSL color Cylindrical-coordinate representation of color #6675AD: hue angle of 227.32º 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 #6675AD is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 117 173 -
CMYK 0.41 0.32 0 0.32
HSL 227.32º 0.3% 0.54% -
HSV(B) 227.32º 0.41% 0.68% -
XYZ 19.38 18.56 42.1 -
YUV 118.9 158.53 115.95 -
System Red Green Blue C M Y K H S L
Decimal 102 117 173 0.41 0.32 0 0.32 227.32 0.3 0.54
Hex 66 75 AD 29 20 0 20 E3 1E 36
Octal 146 165 255 51 40 0 40 343 36 66
Binary 1100110 1110101 10101101 101001 100000 0 100000 11100011 11110 110110

Color Harmonies of #6675AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6675AD

Black with #6675AD

Text Example


Text Example

White with #6675AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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