Html Css Color HEX #6B71AE Chetwode Blue

📋 copy color: '#6B71AE'

red 107 ◦ green 113 ◦ blue 174

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

Shades of Chetwode Blue #6B71AE

Tints of Chetwode Blue #6B71AE

RGB

 RED value IS 107 (42.19% from 255) = 27.16%

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

 BLUE value IS 174 (68.36% from 255) = 44.16%

R = 27.16%
G = 28.68%
B = 44.16%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B71AE (or 0x6B71AE) is known color: Chetwode Blue. HEX triplet: 6B, 71 and AE. RGB value is (107,113,174). Sum of RGB (Red+Green+Blue) = 107+113+174=394 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.16% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B71AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B71AE is #948E51. Grayscale: #757575. Windows color (decimal): -9735762 or 11432299. OLE color: 11432299.

HSL color Cylindrical-coordinate representation of color #6B71AE: hue angle of 234.63º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B71AE is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 107 113 174 -
CMYK 0.39 0.35 0 0.32
HSL 234.63º 0.29% 0.55% -
HSV(B) 234.63º 0.39% 0.68% -
XYZ 19.61 17.99 42.48 -
YUV 118.16 159.51 120.04 -
System Red Green Blue C M Y K H S L
Decimal 107 113 174 0.39 0.35 0 0.32 234.63 0.29 0.55
Hex 6B 71 AE 27 23 0 20 EB 1D 37
Octal 153 161 256 47 43 0 40 353 35 67
Binary 1101011 1110001 10101110 100111 100011 0 100000 11101011 11101 110111

Color Harmonies of #6B71AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B71AE

Black with #6B71AE

Text Example


Text Example

White with #6B71AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,113,174); }

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

background-color css

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

 a { background-color: rgb(107,113,174); }

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

border-color css

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

 span { border-color: rgb(107,113,174); }

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