Html Css Color HEX #6971BD Chetwode Blue

📋 copy color: '#6971BD'

red 105 ◦ green 113 ◦ blue 189

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

Shades of Chetwode Blue #6971BD

Tints of Chetwode Blue #6971BD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.76%

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

R = 25.8%
G = 27.76%
B = 46.44%

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

#6971BD (or 0x6971BD) is known color: Chetwode Blue. HEX triplet: 69, 71 and BD. RGB value is (105,113,189). Sum of RGB (Red+Green+Blue) = 105+113+189=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #6971BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6971BD is #968E42. Grayscale: #767676. Windows color (decimal): -9866819 or 12415337. OLE color: 12415337.

HSL color Cylindrical-coordinate representation of color #6971BD: hue angle of 234.29º 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 #6971BD is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 113 189 -
CMYK 0.44 0.40 0 0.26
HSL 234.29º 0.39% 0.58% -
HSV(B) 234.29º 0.44% 0.74% -
XYZ 20.92 18.49 50.61 -
YUV 119.27 167.35 117.82 -
System Red Green Blue C M Y K H S L
Decimal 105 113 189 0.44 0.40 0 0.26 234.29 0.39 0.58
Hex 69 71 BD 2C 28 0 1A EA 27 3A
Octal 151 161 275 54 50 0 32 352 47 72
Binary 1101001 1110001 10111101 101100 101000 0 11010 11101010 100111 111010

Color Harmonies of #6971BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6971BD

Black with #6971BD

Text Example


Text Example

White with #6971BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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