Html Css Color HEX #6666BC Chetwode Blue

📋 copy color: '#6666BC'

red 102 ◦ green 102 ◦ blue 188

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

Shades of Chetwode Blue #6666BC

Tints of Chetwode Blue #6666BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.96%

R = 26.02%
G = 26.02%
B = 47.96%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6666BC (or 0x6666BC) is known color: Chetwode Blue. HEX triplet: 66, 66 and BC. RGB value is (102,102,188). Sum of RGB (Red+Green+Blue) = 102+102+188=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #6666BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6666BC is #999943. Grayscale: #6F6F6F. Windows color (decimal): -10066244 or 12346982. OLE color: 12346982.

HSL color Cylindrical-coordinate representation of color #6666BC: hue angle of 240º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6666BC is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 102 188 -
CMYK 0.46 0.46 0 0.26
HSL 240º 0.39% 0.57% -
HSV(B) 240º 0.46% 0.74% -
XYZ 19.31 15.96 49.64 -
YUV 111.8 171 121.01 -
System Red Green Blue C M Y K H S L
Decimal 102 102 188 0.46 0.46 0 0.26 240 0.39 0.57
Hex 66 66 BC 2E 2E 0 1A F0 27 39
Octal 146 146 274 56 56 0 32 360 47 71
Binary 1100110 1100110 10111100 101110 101110 0 11010 11110000 100111 111001

Color Harmonies of #6666BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6666BC

Black with #6666BC

Text Example


Text Example

White with #6666BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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