Html Css Color HEX #6675BB Chetwode Blue

📋 copy color: '#6675BB'

red 102 ◦ green 117 ◦ blue 187

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

Shades of Chetwode Blue #6675BB

Tints of Chetwode Blue #6675BB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.82%

 BLUE value IS 187 (73.44% from 255) = 46.06%

R = 25.12%
G = 28.82%
B = 46.06%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6675BB (or 0x6675BB) is known color: Chetwode Blue. HEX triplet: 66, 75 and BB. RGB value is (102,117,187). Sum of RGB (Red+Green+Blue) = 102+117+187=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #6675BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6675BB is #998A44. Grayscale: #787878. Windows color (decimal): -10062405 or 12285286. OLE color: 12285286.

HSL color Cylindrical-coordinate representation of color #6675BB: hue angle of 229.41º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6675BB is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 117 187 -
CMYK 0.45 0.37 0 0.27
HSL 229.41º 0.38% 0.57% -
HSV(B) 229.41º 0.45% 0.73% -
XYZ 20.81 19.14 49.61 -
YUV 120.5 165.53 114.81 -
System Red Green Blue C M Y K H S L
Decimal 102 117 187 0.45 0.37 0 0.27 229.41 0.38 0.57
Hex 66 75 BB 2D 25 0 1B E5 26 39
Octal 146 165 273 55 45 0 33 345 46 71
Binary 1100110 1110101 10111011 101101 100101 0 11011 11100101 100110 111001

Color Harmonies of #6675BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6675BB

Black with #6675BB

Text Example


Text Example

White with #6675BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6675BB; }

 p { color: rgb(102,117,187); }

 H1.HeaderClassName
 {
   color: #6675BB;
 }
 .AnyTagClassName
 {
   color: #6675BB;
 }
</style>

background-color css

<style>
 a { background-color: #6675BB; }

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

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

border-color css

<style>
 span { border-color: #6675BB; }

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

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