Html Css Color HEX #6675BC Chetwode Blue

📋 copy color: '#6675BC'

red 102 ◦ green 117 ◦ blue 188

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

Shades of Chetwode Blue #6675BC

Tints of Chetwode Blue #6675BC

RGB

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

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

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

R = 25.06%
G = 28.75%
B = 46.19%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6675BC (or 0x6675BC) is known color: Chetwode Blue. HEX triplet: 66, 75 and BC. RGB value is (102,117,188). Sum of RGB (Red+Green+Blue) = 102+117+188=407 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.06% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #6675BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6675BC is #998A43. Grayscale: #787878. Windows color (decimal): -10062404 or 12350822. OLE color: 12350822.

HSL color Cylindrical-coordinate representation of color #6675BC: hue angle of 229.53º 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 #6675BC is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 117 188 -
CMYK 0.46 0.38 0 0.26
HSL 229.53º 0.39% 0.57% -
HSV(B) 229.53º 0.46% 0.74% -
XYZ 20.92 19.18 50.18 -
YUV 120.61 166.03 114.73 -
System Red Green Blue C M Y K H S L
Decimal 102 117 188 0.46 0.38 0 0.26 229.53 0.39 0.57
Hex 66 75 BC 2E 26 0 1A E6 27 39
Octal 146 165 274 56 46 0 32 346 47 71
Binary 1100110 1110101 10111100 101110 100110 0 11010 11100110 100111 111001

Color Harmonies of #6675BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6675BC

Black with #6675BC

Text Example


Text Example

White with #6675BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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