Html Css Color HEX #6676AF Chetwode Blue

📋 copy color: '#6676AF'

red 102 ◦ green 118 ◦ blue 175

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

Shades of Chetwode Blue #6676AF

Tints of Chetwode Blue #6676AF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.87%

 BLUE value IS 175 (68.75% from 255) = 44.3%

R = 25.82%
G = 29.87%
B = 44.3%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6676AF (or 0x6676AF) is known color: Chetwode Blue. HEX triplet: 66, 76 and AF. RGB value is (102,118,175). Sum of RGB (Red+Green+Blue) = 102+118+175=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #6676AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6676AF is #998950. Grayscale: #777777. Windows color (decimal): -10062161 or 11499110. OLE color: 11499110.

HSL color Cylindrical-coordinate representation of color #6676AF: hue angle of 226.85º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6676AF is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 118 175 -
CMYK 0.42 0.33 0 0.31
HSL 226.85º 0.31% 0.54% -
HSV(B) 226.85º 0.42% 0.69% -
XYZ 19.7 18.88 43.16 -
YUV 119.71 159.2 115.37 -
System Red Green Blue C M Y K H S L
Decimal 102 118 175 0.42 0.33 0 0.31 226.85 0.31 0.54
Hex 66 76 AF 2A 21 0 1F E3 1F 36
Octal 146 166 257 52 41 0 37 343 37 66
Binary 1100110 1110110 10101111 101010 100001 0 11111 11100011 11111 110110

Color Harmonies of #6676AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6676AF

Black with #6676AF

Text Example


Text Example

White with #6676AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6676AF; }

 p { color: rgb(102,118,175); }

 H1.HeaderClassName
 {
   color: #6676AF;
 }
 .AnyTagClassName
 {
   color: #6676AF;
 }
</style>

background-color css

<style>
 a { background-color: #6676AF; }

 a { background-color: rgb(102,118,175); }

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

border-color css

<style>
 span { border-color: #6676AF; }

 span { border-color: rgb(102,118,175); }

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