Html Css Color HEX #6972BD Chetwode Blue

📋 copy color: '#6972BD'

red 105 ◦ green 114 ◦ blue 189

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

Shades of Chetwode Blue #6972BD

Tints of Chetwode Blue #6972BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.32%

R = 25.74%
G = 27.94%
B = 46.32%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6972BD (or 0x6972BD) is known color: Chetwode Blue. HEX triplet: 69, 72 and BD. RGB value is (105,114,189). Sum of RGB (Red+Green+Blue) = 105+114+189=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #6972BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6972BD is #968D42. Grayscale: #777777. Windows color (decimal): -9866563 or 12415593. OLE color: 12415593.

HSL color Cylindrical-coordinate representation of color #6972BD: hue angle of 233.57º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6972BD is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 114 189 -
CMYK 0.44 0.40 0 0.26
HSL 233.57º 0.39% 0.58% -
HSV(B) 233.57º 0.44% 0.74% -
XYZ 21.03 18.71 50.65 -
YUV 119.86 167.02 117.4 -
System Red Green Blue C M Y K H S L
Decimal 105 114 189 0.44 0.40 0 0.26 233.57 0.39 0.58
Hex 69 72 BD 2C 28 0 1A EA 27 3A
Octal 151 162 275 54 50 0 32 352 47 72
Binary 1101001 1110010 10111101 101100 101000 0 11010 11101010 100111 111010

Color Harmonies of #6972BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6972BD

Black with #6972BD

Text Example


Text Example

White with #6972BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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