Html Css Color HEX #6B6EAC Chetwode Blue

📋 copy color: '#6B6EAC'

red 107 ◦ green 110 ◦ blue 172

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

Shades of Chetwode Blue #6B6EAC

Tints of Chetwode Blue #6B6EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.22%

R = 27.51%
G = 28.28%
B = 44.22%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B6EAC (or 0x6B6EAC) is known color: Chetwode Blue. HEX triplet: 6B, 6E and AC. RGB value is (107,110,172). Sum of RGB (Red+Green+Blue) = 107+110+172=389 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.51% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B6EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6EAC is #949153. Grayscale: #737373. Windows color (decimal): -9736532 or 11300459. OLE color: 11300459.

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

Color convert

RGB 107 110 172 -
CMYK 0.38 0.36 0 0.33
HSL 237.23º 0.28% 0.55% -
HSV(B) 237.23º 0.38% 0.67% -
XYZ 19.09 17.26 41.35 -
YUV 116.17 159.51 121.46 -
System Red Green Blue C M Y K H S L
Decimal 107 110 172 0.38 0.36 0 0.33 237.23 0.28 0.55
Hex 6B 6E AC 26 24 0 21 ED 1C 37
Octal 153 156 254 46 44 0 41 355 34 67
Binary 1101011 1101110 10101100 100110 100100 0 100001 11101101 11100 110111

Color Harmonies of #6B6EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6EAC

Black with #6B6EAC

Text Example


Text Example

White with #6B6EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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