Html Css Color HEX #6B6CAE Chetwode Blue

📋 copy color: '#6B6CAE'

red 107 ◦ green 108 ◦ blue 174

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

Shades of Chetwode Blue #6B6CAE

Tints of Chetwode Blue #6B6CAE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.76%

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

R = 27.51%
G = 27.76%
B = 44.73%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B6CAE (or 0x6B6CAE) is known color: Chetwode Blue. HEX triplet: 6B, 6C and AE. RGB value is (107,108,174). Sum of RGB (Red+Green+Blue) = 107+108+174=389 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.51% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B6CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6CAE is #949351. Grayscale: #727272. Windows color (decimal): -9737042 or 11431019. OLE color: 11431019.

HSL color Cylindrical-coordinate representation of color #6B6CAE: hue angle of 239.1º 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 #6B6CAE is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 107 108 174 -
CMYK 0.39 0.38 0 0.32
HSL 239.1º 0.29% 0.55% -
HSV(B) 239.1º 0.39% 0.68% -
XYZ 19.07 16.91 42.3 -
YUV 115.23 161.17 122.13 -
System Red Green Blue C M Y K H S L
Decimal 107 108 174 0.39 0.38 0 0.32 239.1 0.29 0.55
Hex 6B 6C AE 27 26 0 20 EF 1D 37
Octal 153 154 256 47 46 0 40 357 35 67
Binary 1101011 1101100 10101110 100111 100110 0 100000 11101111 11101 110111

Color Harmonies of #6B6CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6CAE

Black with #6B6CAE

Text Example


Text Example

White with #6B6CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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