#6975BC

Color #6975BC Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #6975BC

Tints of Chetwode Blue #6975BC

Color information

#6975BC (or 0x6975BC) is unknown color: approx Chetwode Blue. HEX triplet: 69, 75 and BC. RGB value is (105,117,188). Sum of RGB (Red+Green+Blue) = 105+117+188=410 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.61% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #6975BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6975BC is #968A43. Grayscale: #797979. Windows color (decimal): -9865796 or 12350825. OLE color: 12350825.

HSL color Cylindrical-coordinate representation of color #6975BC: hue angle of 231.33º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6975BC is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB105117188-
CMYK0.440.3800.26
HSL231.33º38.25%57.45%-
HSV(B)231.33º44.15%73.73%-
XYZ21.2619.3650.19-
YUV121.51165.52116.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.61%
GREEN value IS 117 (46.09% from 255) = 28.54%
BLUE value IS 188 (73.83% from 255) = 45.85%
R=25.61%
G=28.54%
B=45.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1051171880.440.3800.26231.3338.2557.45
Hex6975BC2C2601Ae72639
Octal15116527454460323474671
Binary110100111101011011110010110010011001101011100111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6975BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6975BC;
 }
 .AnyTagClassName
 {
   color: #6975BC;
 }
</style>
background-color css

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

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

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

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

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

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