Html Css Color HEX #6675AC Chetwode Blue

📋 copy color: '#6675AC'

red 102 ◦ green 117 ◦ blue 172

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

Shades of Chetwode Blue #6675AC

Tints of Chetwode Blue #6675AC

RGB

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

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

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

R = 26.09%
G = 29.92%
B = 43.99%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6675AC (or 0x6675AC) is known color: Chetwode Blue. HEX triplet: 66, 75 and AC. RGB value is (102,117,172). Sum of RGB (Red+Green+Blue) = 102+117+172=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #6675AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6675AC is #998A53. Grayscale: #767676. Windows color (decimal): -10062420 or 11302246. OLE color: 11302246.

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

Color convert

RGB 102 117 172 -
CMYK 0.41 0.32 0 0.33
HSL 227.14º 0.3% 0.54% -
HSV(B) 227.14º 0.41% 0.67% -
XYZ 19.29 18.53 41.59 -
YUV 118.79 158.03 116.03 -
System Red Green Blue C M Y K H S L
Decimal 102 117 172 0.41 0.32 0 0.33 227.14 0.3 0.54
Hex 66 75 AC 29 20 0 21 E3 1E 36
Octal 146 165 254 51 40 0 41 343 36 66
Binary 1100110 1110101 10101100 101001 100000 0 100001 11100011 11110 110110

Color Harmonies of #6675AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6675AC

Black with #6675AC

Text Example


Text Example

White with #6675AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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