Html Css Color HEX #6971BB Chetwode Blue

📋 copy color: '#6971BB'

red 105 ◦ green 113 ◦ blue 187

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

Shades of Chetwode Blue #6971BB

Tints of Chetwode Blue #6971BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.17%

R = 25.93%
G = 27.9%
B = 46.17%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6971BB (or 0x6971BB) is known color: Chetwode Blue. HEX triplet: 69, 71 and BB. RGB value is (105,113,187). Sum of RGB (Red+Green+Blue) = 105+113+187=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #6971BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6971BB is #968E44. Grayscale: #767676. Windows color (decimal): -9866821 or 12284265. OLE color: 12284265.

HSL color Cylindrical-coordinate representation of color #6971BB: hue angle of 234.15º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6971BB is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 113 187 -
CMYK 0.44 0.40 0 0.27
HSL 234.15º 0.38% 0.57% -
HSV(B) 234.15º 0.44% 0.73% -
XYZ 20.7 18.4 49.47 -
YUV 119.04 166.35 117.98 -
System Red Green Blue C M Y K H S L
Decimal 105 113 187 0.44 0.40 0 0.27 234.15 0.38 0.57
Hex 69 71 BB 2C 28 0 1B EA 26 39
Octal 151 161 273 54 50 0 33 352 46 71
Binary 1101001 1110001 10111011 101100 101000 0 11011 11101010 100110 111001

Color Harmonies of #6971BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6971BB

Black with #6971BB

Text Example


Text Example

White with #6971BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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