Html Css Color HEX #6975AB Chetwode Blue

📋 copy color: '#6975AB'

red 105 ◦ green 117 ◦ blue 171

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

Shades of Chetwode Blue #6975AB

Tints of Chetwode Blue #6975AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.51%

R = 26.72%
G = 29.77%
B = 43.51%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6975AB (or 0x6975AB) is known color: Chetwode Blue. HEX triplet: 69, 75 and AB. RGB value is (105,117,171). Sum of RGB (Red+Green+Blue) = 105+117+171=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #6975AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6975AB is #968A54. Grayscale: #777777. Windows color (decimal): -9865813 or 11236713. OLE color: 11236713.

HSL color Cylindrical-coordinate representation of color #6975AB: hue angle of 229.09º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6975AB is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 117 171 -
CMYK 0.39 0.32 0 0.33
HSL 229.09º 0.28% 0.54% -
HSV(B) 229.09º 0.39% 0.67% -
XYZ 19.54 18.67 41.1 -
YUV 119.57 157.02 117.61 -
System Red Green Blue C M Y K H S L
Decimal 105 117 171 0.39 0.32 0 0.33 229.09 0.28 0.54
Hex 69 75 AB 27 20 0 21 E5 1C 36
Octal 151 165 253 47 40 0 41 345 34 66
Binary 1101001 1110101 10101011 100111 100000 0 100001 11100101 11100 110110

Color Harmonies of #6975AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6975AB

Black with #6975AB

Text Example


Text Example

White with #6975AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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