Html Css Color HEX #6B71B7 Chetwode Blue

📋 copy color: '#6B71B7'

red 107 ◦ green 113 ◦ blue 183

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

Shades of Chetwode Blue #6B71B7

Tints of Chetwode Blue #6B71B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.41%

R = 26.55%
G = 28.04%
B = 45.41%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6B71B7 (or 0x6B71B7) is known color: Chetwode Blue. HEX triplet: 6B, 71 and B7. RGB value is (107,113,183). Sum of RGB (Red+Green+Blue) = 107+113+183=403 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.55% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 183 (71.88% from 255 or 45.41% from 403); Max value from RGB is 183 - color contains mainly: blue. Hex color #6B71B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B71B7 is #948E48. Grayscale: #767676. Windows color (decimal): -9735753 or 12022123. OLE color: 12022123.

HSL color Cylindrical-coordinate representation of color #6B71B7: hue angle of 235.26º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B71B7 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 107 113 183 -
CMYK 0.42 0.38 0 0.28
HSL 235.26º 0.35% 0.57% -
HSV(B) 235.26º 0.42% 0.72% -
XYZ 20.52 18.35 47.26 -
YUV 119.19 164.01 119.31 -
System Red Green Blue C M Y K H S L
Decimal 107 113 183 0.42 0.38 0 0.28 235.26 0.35 0.57
Hex 6B 71 B7 2A 26 0 1C EB 23 39
Octal 153 161 267 52 46 0 34 353 43 71
Binary 1101011 1110001 10110111 101010 100110 0 11100 11101011 100011 111001

Color Harmonies of #6B71B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B71B7

Black with #6B71B7

Text Example


Text Example

White with #6B71B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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