Html Css Color HEX #6C719B Chetwode Blue

📋 copy color: '#6C719B'

red 108 ◦ green 113 ◦ blue 155

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

Shades of Chetwode Blue #6C719B

Tints of Chetwode Blue #6C719B

RGB

 RED value IS 108 (42.58% from 255) = 28.72%

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

 BLUE value IS 155 (60.94% from 255) = 41.22%

R = 28.72%
G = 30.05%
B = 41.22%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6C719B (or 0x6C719B) is known color: Chetwode Blue. HEX triplet: 6C, 71 and 9B. RGB value is (108,113,155). Sum of RGB (Red+Green+Blue) = 108+113+155=376 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.72% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C719B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C719B is #938E64. Grayscale: #747474. Windows color (decimal): -9670245 or 10187116. OLE color: 10187116.

HSL color Cylindrical-coordinate representation of color #6C719B: hue angle of 233.62º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C719B is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 108 113 155 -
CMYK 0.30 0.27 0 0.39
HSL 233.62º 0.19% 0.52% -
HSV(B) 233.62º 0.3% 0.61% -
XYZ 18.01 17.36 33.41 -
YUV 116.29 149.84 122.08 -
System Red Green Blue C M Y K H S L
Decimal 108 113 155 0.30 0.27 0 0.39 233.62 0.19 0.52
Hex 6C 71 9B 1E 1B 0 27 EA 13 34
Octal 154 161 233 36 33 0 47 352 23 64
Binary 1101100 1110001 10011011 11110 11011 0 100111 11101010 10011 110100

Color Harmonies of #6C719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C719B

Black with #6C719B

Text Example


Text Example

White with #6C719B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C719B; }

 p { color: rgb(108,113,155); }

 H1.HeaderClassName
 {
   color: #6C719B;
 }
 .AnyTagClassName
 {
   color: #6C719B;
 }
</style>

background-color css

<style>
 a { background-color: #6C719B; }

 a { background-color: rgb(108,113,155); }

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

border-color css

<style>
 span { border-color: #6C719B; }

 span { border-color: rgb(108,113,155); }

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