Html Css Color HEX #6974BB Chetwode Blue

📋 copy color: '#6974BB'

red 105 ◦ green 116 ◦ blue 187

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

Shades of Chetwode Blue #6974BB

Tints of Chetwode Blue #6974BB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.43%

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

R = 25.74%
G = 28.43%
B = 45.83%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6974BB (or 0x6974BB) is known color: Chetwode Blue. HEX triplet: 69, 74 and BB. RGB value is (105,116,187). Sum of RGB (Red+Green+Blue) = 105+116+187=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #6974BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6974BB is #968B44. Grayscale: #787878. Windows color (decimal): -9866053 or 12285033. OLE color: 12285033.

HSL color Cylindrical-coordinate representation of color #6974BB: hue angle of 231.95º 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 #6974BB is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 116 187 -
CMYK 0.44 0.38 0 0.27
HSL 231.95º 0.38% 0.57% -
HSV(B) 231.95º 0.44% 0.73% -
XYZ 21.04 19.08 49.59 -
YUV 120.81 165.36 116.73 -
System Red Green Blue C M Y K H S L
Decimal 105 116 187 0.44 0.38 0 0.27 231.95 0.38 0.57
Hex 69 74 BB 2C 26 0 1B E8 26 39
Octal 151 164 273 54 46 0 33 350 46 71
Binary 1101001 1110100 10111011 101100 100110 0 11011 11101000 100110 111001

Color Harmonies of #6974BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6974BB

Black with #6974BB

Text Example


Text Example

White with #6974BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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