Html Css Color HEX #6972B3 Chetwode Blue

📋 copy color: '#6972B3'

red 105 ◦ green 114 ◦ blue 179

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

Shades of Chetwode Blue #6972B3

Tints of Chetwode Blue #6972B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.97%

R = 26.38%
G = 28.64%
B = 44.97%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6972B3 (or 0x6972B3) is known color: Chetwode Blue. HEX triplet: 69, 72 and B3. RGB value is (105,114,179). Sum of RGB (Red+Green+Blue) = 105+114+179=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 179 (70.31% from 255 or 44.97% from 398); Max value from RGB is 179 - color contains mainly: blue. Hex color #6972B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6972B3 is #968D4C. Grayscale: #767676. Windows color (decimal): -9866573 or 11760233. OLE color: 11760233.

HSL color Cylindrical-coordinate representation of color #6972B3: hue angle of 232.7º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6972B3 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 105 114 179 -
CMYK 0.41 0.36 0 0.30
HSL 232.7º 0.33% 0.56% -
HSV(B) 232.7º 0.41% 0.7% -
XYZ 19.98 18.29 45.13 -
YUV 118.72 162.02 118.21 -
System Red Green Blue C M Y K H S L
Decimal 105 114 179 0.41 0.36 0 0.30 232.7 0.33 0.56
Hex 69 72 B3 29 24 0 1E E9 21 38
Octal 151 162 263 51 44 0 36 351 41 70
Binary 1101001 1110010 10110011 101001 100100 0 11110 11101001 100001 111000

Color Harmonies of #6972B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6972B3

Black with #6972B3

Text Example


Text Example

White with #6972B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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