Html Css Color HEX #6971B4 Chetwode Blue

📋 copy color: '#6971B4'

red 105 ◦ green 113 ◦ blue 180

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

Shades of Chetwode Blue #6971B4

Tints of Chetwode Blue #6971B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 45.23%

R = 26.38%
G = 28.39%
B = 45.23%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6971B4 (or 0x6971B4) is known color: Chetwode Blue. HEX triplet: 69, 71 and B4. RGB value is (105,113,180). Sum of RGB (Red+Green+Blue) = 105+113+180=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 180 (70.70% from 255 or 45.23% from 398); Max value from RGB is 180 - color contains mainly: blue. Hex color #6971B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6971B4 is #968E4B. Grayscale: #757575. Windows color (decimal): -9866828 or 11825513. OLE color: 11825513.

HSL color Cylindrical-coordinate representation of color #6971B4: hue angle of 233.6º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6971B4 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 105 113 180 -
CMYK 0.42 0.37 0 0.29
HSL 233.6º 0.33% 0.56% -
HSV(B) 233.6º 0.42% 0.71% -
XYZ 19.97 18.11 45.62 -
YUV 118.25 162.85 118.55 -
System Red Green Blue C M Y K H S L
Decimal 105 113 180 0.42 0.37 0 0.29 233.6 0.33 0.56
Hex 69 71 B4 2A 25 0 1D EA 21 38
Octal 151 161 264 52 45 0 35 352 41 70
Binary 1101001 1110001 10110100 101010 100101 0 11101 11101010 100001 111000

Color Harmonies of #6971B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6971B4

Black with #6971B4

Text Example


Text Example

White with #6971B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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