Html Css Color HEX #666FB3 Chetwode Blue

📋 copy color: '#666FB3'

red 102 ◦ green 111 ◦ blue 179

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

Shades of Chetwode Blue #666FB3

Tints of Chetwode Blue #666FB3

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.32%

 BLUE value IS 179 (70.31% from 255) = 45.66%

R = 26.02%
G = 28.32%
B = 45.66%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#666FB3 (or 0x666FB3) is known color: Chetwode Blue. HEX triplet: 66, 6F and B3. RGB value is (102,111,179). Sum of RGB (Red+Green+Blue) = 102+111+179=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 179 (70.31% from 255 or 45.66% from 392); Max value from RGB is 179 - color contains mainly: blue. Hex color #666FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666FB3 is #99904C. Grayscale: #737373. Windows color (decimal): -10063949 or 11759462. OLE color: 11759462.

HSL color Cylindrical-coordinate representation of color #666FB3: hue angle of 232.99º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #666FB3 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 102 111 179 -
CMYK 0.43 0.38 0 0.30
HSL 232.99º 0.34% 0.55% -
HSV(B) 232.99º 0.43% 0.7% -
XYZ 19.3 17.45 45 -
YUV 116.06 163.52 117.97 -
System Red Green Blue C M Y K H S L
Decimal 102 111 179 0.43 0.38 0 0.30 232.99 0.34 0.55
Hex 66 6F B3 2B 26 0 1E E9 22 37
Octal 146 157 263 53 46 0 36 351 42 67
Binary 1100110 1101111 10110011 101011 100110 0 11110 11101001 100010 110111

Color Harmonies of #666FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666FB3

Black with #666FB3

Text Example


Text Example

White with #666FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,111,179); }

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

background-color css

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

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

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

border-color css

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

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

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