Html Css Color HEX #6C74BB Chetwode Blue

📋 copy color: '#6C74BB'

red 108 ◦ green 116 ◦ blue 187

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

Shades of Chetwode Blue #6C74BB

Tints of Chetwode Blue #6C74BB

RGB

 RED value IS 108 (42.58% from 255) = 26.28%

 GREEN value IS 116 (45.7% from 255) = 28.22%

 BLUE value IS 187 (73.44% from 255) = 45.5%

R = 26.28%
G = 28.22%
B = 45.5%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6C74BB (or 0x6C74BB) is known color: Chetwode Blue. HEX triplet: 6C, 74 and BB. RGB value is (108,116,187). Sum of RGB (Red+Green+Blue) = 108+116+187=411 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.28% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #6C74BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C74BB is #938B44. Grayscale: #797979. Windows color (decimal): -9669445 or 12285036. OLE color: 12285036.

HSL color Cylindrical-coordinate representation of color #6C74BB: hue angle of 233.92º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6C74BB is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 108 116 187 -
CMYK 0.42 0.38 0 0.27
HSL 233.92º 0.37% 0.58% -
HSV(B) 233.92º 0.42% 0.73% -
XYZ 21.4 19.27 49.6 -
YUV 121.7 164.85 118.23 -
System Red Green Blue C M Y K H S L
Decimal 108 116 187 0.42 0.38 0 0.27 233.92 0.37 0.58
Hex 6C 74 BB 2A 26 0 1B EA 25 3A
Octal 154 164 273 52 46 0 33 352 45 72
Binary 1101100 1110100 10111011 101010 100110 0 11011 11101010 100101 111010

Color Harmonies of #6C74BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C74BB

Black with #6C74BB

Text Example


Text Example

White with #6C74BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,116,187); }

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

background-color css

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

 a { background-color: rgb(108,116,187); }

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

border-color css

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

 span { border-color: rgb(108,116,187); }

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