Html Css Color HEX #6975AD Chetwode Blue

📋 copy color: '#6975AD'

red 105 ◦ green 117 ◦ blue 173

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

Shades of Chetwode Blue #6975AD

Tints of Chetwode Blue #6975AD

RGB

 RED value IS 105 (41.41% from 255) = 26.58%

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

 BLUE value IS 173 (67.97% from 255) = 43.8%

R = 26.58%
G = 29.62%
B = 43.8%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6975AD (or 0x6975AD) is known color: Chetwode Blue. HEX triplet: 69, 75 and AD. RGB value is (105,117,173). Sum of RGB (Red+Green+Blue) = 105+117+173=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #6975AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6975AD is #968A52. Grayscale: #777777. Windows color (decimal): -9865811 or 11367785. OLE color: 11367785.

HSL color Cylindrical-coordinate representation of color #6975AD: hue angle of 229.41º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6975AD is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 117 173 -
CMYK 0.39 0.32 0 0.32
HSL 229.41º 0.29% 0.55% -
HSV(B) 229.41º 0.39% 0.68% -
XYZ 19.73 18.74 42.11 -
YUV 119.8 158.02 117.45 -
System Red Green Blue C M Y K H S L
Decimal 105 117 173 0.39 0.32 0 0.32 229.41 0.29 0.55
Hex 69 75 AD 27 20 0 20 E5 1D 37
Octal 151 165 255 47 40 0 40 345 35 67
Binary 1101001 1110101 10101101 100111 100000 0 100000 11100101 11101 110111

Color Harmonies of #6975AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6975AD

Black with #6975AD

Text Example


Text Example

White with #6975AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6975AD;
 }
 .AnyTagClassName
 {
   color: #6975AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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