Html Css Color HEX #6C74BA Chetwode Blue

📋 copy color: '#6C74BA'

red 108 ◦ green 116 ◦ blue 186

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

Shades of Chetwode Blue #6C74BA

Tints of Chetwode Blue #6C74BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.37%

R = 26.34%
G = 28.29%
B = 45.37%

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

#6C74BA (or 0x6C74BA) is known color: Chetwode Blue. HEX triplet: 6C, 74 and BA. RGB value is (108,116,186). Sum of RGB (Red+Green+Blue) = 108+116+186=410 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.34% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C74BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C74BA is #938B45. Grayscale: #797979. Windows color (decimal): -9669446 or 12219500. OLE color: 12219500.

HSL color Cylindrical-coordinate representation of color #6C74BA: hue angle of 233.85º degrees, saturation: 0.36, 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 #6C74BA is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 108 116 186 -
CMYK 0.42 0.38 0 0.27
HSL 233.85º 0.36% 0.58% -
HSV(B) 233.85º 0.42% 0.73% -
XYZ 21.29 19.22 49.04 -
YUV 121.59 164.35 118.31 -
System Red Green Blue C M Y K H S L
Decimal 108 116 186 0.42 0.38 0 0.27 233.85 0.36 0.58
Hex 6C 74 BA 2A 26 0 1B EA 24 3A
Octal 154 164 272 52 46 0 33 352 44 72
Binary 1101100 1110100 10111010 101010 100110 0 11011 11101010 100100 111010

Color Harmonies of #6C74BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C74BA

Black with #6C74BA

Text Example


Text Example

White with #6C74BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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