Html Css Color HEX #6972B5 Chetwode Blue

📋 copy color: '#6972B5'

red 105 ◦ green 114 ◦ blue 181

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

Shades of Chetwode Blue #6972B5

Tints of Chetwode Blue #6972B5

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.5%

 BLUE value IS 181 (71.09% from 255) = 45.25%

R = 26.25%
G = 28.5%
B = 45.25%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6972B5 (or 0x6972B5) is known color: Chetwode Blue. HEX triplet: 69, 72 and B5. RGB value is (105,114,181). Sum of RGB (Red+Green+Blue) = 105+114+181=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 181 (71.09% from 255 or 45.25% from 400); Max value from RGB is 181 - color contains mainly: blue. Hex color #6972B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6972B5 is #968D4A. Grayscale: #767676. Windows color (decimal): -9866571 or 11891305. OLE color: 11891305.

HSL color Cylindrical-coordinate representation of color #6972B5: hue angle of 232.89º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6972B5 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 105 114 181 -
CMYK 0.42 0.37 0 0.29
HSL 232.89º 0.34% 0.56% -
HSV(B) 232.89º 0.42% 0.71% -
XYZ 20.18 18.37 46.2 -
YUV 118.95 163.02 118.05 -
System Red Green Blue C M Y K H S L
Decimal 105 114 181 0.42 0.37 0 0.29 232.89 0.34 0.56
Hex 69 72 B5 2A 25 0 1D E9 22 38
Octal 151 162 265 52 45 0 35 351 42 70
Binary 1101001 1110010 10110101 101010 100101 0 11101 11101001 100010 111000

Color Harmonies of #6972B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6972B5

Black with #6972B5

Text Example


Text Example

White with #6972B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6972B5; }

 p { color: rgb(105,114,181); }

 H1.HeaderClassName
 {
   color: #6972B5;
 }
 .AnyTagClassName
 {
   color: #6972B5;
 }
</style>

background-color css

<style>
 a { background-color: #6972B5; }

 a { background-color: rgb(105,114,181); }

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

border-color css

<style>
 span { border-color: #6972B5; }

 span { border-color: rgb(105,114,181); }

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