Html Css Color HEX #6B6EAB Chetwode Blue

📋 copy color: '#6B6EAB'

red 107 ◦ green 110 ◦ blue 171

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

Shades of Chetwode Blue #6B6EAB

Tints of Chetwode Blue #6B6EAB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.35%

 BLUE value IS 171 (67.19% from 255) = 44.07%

R = 27.58%
G = 28.35%
B = 44.07%

CMYK

 C value IS 0.37

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B6EAB (or 0x6B6EAB) is known color: Chetwode Blue. HEX triplet: 6B, 6E and AB. RGB value is (107,110,171). Sum of RGB (Red+Green+Blue) = 107+110+171=388 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.58% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B6EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6EAB is #949154. Grayscale: #737373. Windows color (decimal): -9736533 or 11234923. OLE color: 11234923.

HSL color Cylindrical-coordinate representation of color #6B6EAB: hue angle of 237.19º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B6EAB is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 110 171 -
CMYK 0.37 0.36 0 0.33
HSL 237.19º 0.28% 0.55% -
HSV(B) 237.19º 0.37% 0.67% -
XYZ 18.99 17.22 40.85 -
YUV 116.06 159.01 121.54 -
System Red Green Blue C M Y K H S L
Decimal 107 110 171 0.37 0.36 0 0.33 237.19 0.28 0.55
Hex 6B 6E AB 25 24 0 21 ED 1C 37
Octal 153 156 253 45 44 0 41 355 34 67
Binary 1101011 1101110 10101011 100101 100100 0 100001 11101101 11100 110111

Color Harmonies of #6B6EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6EAB

Black with #6B6EAB

Text Example


Text Example

White with #6B6EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,110,171); }

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

background-color css

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

 a { background-color: rgb(107,110,171); }

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

border-color css

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

 span { border-color: rgb(107,110,171); }

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