Html Css Color HEX #6666AF Chetwode Blue

📋 copy color: '#6666AF'

red 102 ◦ green 102 ◦ blue 175

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

Shades of Chetwode Blue #6666AF

Tints of Chetwode Blue #6666AF

RGB

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

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

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

R = 26.91%
G = 26.91%
B = 46.17%

CMYK

 C value IS 0.42

 M value IS 0.42

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6666AF (or 0x6666AF) is known color: Chetwode Blue. HEX triplet: 66, 66 and AF. RGB value is (102,102,175). Sum of RGB (Red+Green+Blue) = 102+102+175=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #6666AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6666AF is #999950. Grayscale: #6E6E6E. Windows color (decimal): -10066257 or 11495014. OLE color: 11495014.

HSL color Cylindrical-coordinate representation of color #6666AF: hue angle of 240º 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 #6666AF is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 102 175 -
CMYK 0.42 0.42 0 0.31
HSL 240º 0.31% 0.54% -
HSV(B) 240º 0.42% 0.69% -
XYZ 17.97 15.42 42.59 -
YUV 110.32 164.5 122.06 -
System Red Green Blue C M Y K H S L
Decimal 102 102 175 0.42 0.42 0 0.31 240 0.31 0.54
Hex 66 66 AF 2A 2A 0 1F F0 1F 36
Octal 146 146 257 52 52 0 37 360 37 66
Binary 1100110 1100110 10101111 101010 101010 0 11111 11110000 11111 110110

Color Harmonies of #6666AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6666AF

Black with #6666AF

Text Example


Text Example

White with #6666AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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