Html Css Color HEX #666BC5 Chetwode Blue

📋 copy color: '#666BC5'

red 102 ◦ green 107 ◦ blue 197

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

Shades of Chetwode Blue #666BC5

Tints of Chetwode Blue #666BC5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.35%

 BLUE value IS 197 (77.34% from 255) = 48.52%

R = 25.12%
G = 26.35%
B = 48.52%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#666BC5 (or 0x666BC5) is known color: Chetwode Blue. HEX triplet: 66, 6B and C5. RGB value is (102,107,197). Sum of RGB (Red+Green+Blue) = 102+107+197=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 197 (77.34% from 255 or 48.52% from 406); Max value from RGB is 197 - color contains mainly: blue. Hex color #666BC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666BC5 is #99943A. Grayscale: #737373. Windows color (decimal): -10064955 or 12938086. OLE color: 12938086.

HSL color Cylindrical-coordinate representation of color #666BC5: hue angle of 236.84º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #666BC5 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 102 107 197 -
CMYK 0.48 0.46 0 0.23
HSL 236.84º 0.45% 0.59% -
HSV(B) 236.84º 0.48% 0.77% -
XYZ 20.82 17.37 55.08 -
YUV 115.77 173.84 118.18 -
System Red Green Blue C M Y K H S L
Decimal 102 107 197 0.48 0.46 0 0.23 236.84 0.45 0.59
Hex 66 6B C5 30 2E 0 17 ED 2D 3B
Octal 146 153 305 60 56 0 27 355 55 73
Binary 1100110 1101011 11000101 110000 101110 0 10111 11101101 101101 111011

Color Harmonies of #666BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666BC5

Black with #666BC5

Text Example


Text Example

White with #666BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666BC5; }

 p { color: rgb(102,107,197); }

 H1.HeaderClassName
 {
   color: #666BC5;
 }
 .AnyTagClassName
 {
   color: #666BC5;
 }
</style>

background-color css

<style>
 a { background-color: #666BC5; }

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

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

border-color css

<style>
 span { border-color: #666BC5; }

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

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