Html Css Color HEX #6668AD Chetwode Blue

📋 copy color: '#6668AD'

red 102 ◦ green 104 ◦ blue 173

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

Shades of Chetwode Blue #6668AD

Tints of Chetwode Blue #6668AD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.44%

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

R = 26.91%
G = 27.44%
B = 45.65%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6668AD (or 0x6668AD) is known color: Chetwode Blue. HEX triplet: 66, 68 and AD. RGB value is (102,104,173). Sum of RGB (Red+Green+Blue) = 102+104+173=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #6668AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6668AD is #999752. Grayscale: #6E6E6E. Windows color (decimal): -10065747 or 11364454. OLE color: 11364454.

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

Color convert

RGB 102 104 173 -
CMYK 0.41 0.40 0 0.32
HSL 238.31º 0.3% 0.54% -
HSV(B) 238.31º 0.41% 0.68% -
XYZ 17.97 15.74 41.63 -
YUV 111.27 162.84 121.39 -
System Red Green Blue C M Y K H S L
Decimal 102 104 173 0.41 0.40 0 0.32 238.31 0.3 0.54
Hex 66 68 AD 29 28 0 20 EE 1E 36
Octal 146 150 255 51 50 0 40 356 36 66
Binary 1100110 1101000 10101101 101001 101000 0 100000 11101110 11110 110110

Color Harmonies of #6668AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6668AD

Black with #6668AD

Text Example


Text Example

White with #6668AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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