Html Css Color HEX #666FBE Chetwode Blue

📋 copy color: '#666FBE'

red 102 ◦ green 111 ◦ blue 190

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

Shades of Chetwode Blue #666FBE

Tints of Chetwode Blue #666FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.15%

R = 25.31%
G = 27.54%
B = 47.15%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#666FBE (or 0x666FBE) is known color: Chetwode Blue. HEX triplet: 66, 6F and BE. RGB value is (102,111,190). Sum of RGB (Red+Green+Blue) = 102+111+190=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #666FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666FBE is #999041. Grayscale: #747474. Windows color (decimal): -10063938 or 12480358. OLE color: 12480358.

HSL color Cylindrical-coordinate representation of color #666FBE: hue angle of 233.86º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #666FBE is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 111 190 -
CMYK 0.46 0.42 0 0.25
HSL 233.86º 0.4% 0.57% -
HSV(B) 233.86º 0.46% 0.75% -
XYZ 20.46 17.91 51.09 -
YUV 117.32 169.02 117.08 -
System Red Green Blue C M Y K H S L
Decimal 102 111 190 0.46 0.42 0 0.25 233.86 0.4 0.57
Hex 66 6F BE 2E 2A 0 19 EA 28 39
Octal 146 157 276 56 52 0 31 352 50 71
Binary 1100110 1101111 10111110 101110 101010 0 11001 11101010 101000 111001

Color Harmonies of #666FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666FBE

Black with #666FBE

Text Example


Text Example

White with #666FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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