Html Css Color HEX #6975BC Chetwode Blue

📋 copy color: '#6975BC'

red 105 ◦ green 117 ◦ blue 188

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

Shades of Chetwode Blue #6975BC

Tints of Chetwode Blue #6975BC

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 value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6975BC (or 0x6975BC) is known color: 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

RGB 105 117 188 -
CMYK 0.44 0.38 0 0.26
HSL 231.33º 0.38% 0.57% -
HSV(B) 231.33º 0.44% 0.74% -
XYZ 21.26 19.36 50.19 -
YUV 121.51 165.52 116.23 -
System Red Green Blue C M Y K H S L
Decimal 105 117 188 0.44 0.38 0 0.26 231.33 0.38 0.57
Hex 69 75 BC 2C 26 0 1A E7 26 39
Octal 151 165 274 54 46 0 32 347 46 71
Binary 1101001 1110101 10111100 101100 100110 0 11010 11100111 100110 111001

Color Harmonies of #6975BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6975BC

Black with #6975BC

Text Example


Text Example

White with #6975BC

Text Example


Text Example

HTML Codes & Css Web 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>