Html Css Color HEX #6C76BD Chetwode Blue

📋 copy color: '#6C76BD'

red 108 ◦ green 118 ◦ blue 189

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

Shades of Chetwode Blue #6C76BD

Tints of Chetwode Blue #6C76BD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.43%

 BLUE value IS 189 (74.22% from 255) = 45.54%

R = 26.02%
G = 28.43%
B = 45.54%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6C76BD (or 0x6C76BD) is known color: Chetwode Blue. HEX triplet: 6C, 76 and BD. RGB value is (108,118,189). Sum of RGB (Red+Green+Blue) = 108+118+189=415 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.02% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #6C76BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C76BD is #938942. Grayscale: #7A7A7A. Windows color (decimal): -9668931 or 12416620. OLE color: 12416620.

HSL color Cylindrical-coordinate representation of color #6C76BD: hue angle of 232.59º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C76BD is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 118 189 -
CMYK 0.43 0.38 0 0.26
HSL 232.59º 0.38% 0.58% -
HSV(B) 232.59º 0.43% 0.74% -
XYZ 21.85 19.82 50.82 -
YUV 123.1 165.19 117.23 -
System Red Green Blue C M Y K H S L
Decimal 108 118 189 0.43 0.38 0 0.26 232.59 0.38 0.58
Hex 6C 76 BD 2B 26 0 1A E9 26 3A
Octal 154 166 275 53 46 0 32 351 46 72
Binary 1101100 1110110 10111101 101011 100110 0 11010 11101001 100110 111010

Color Harmonies of #6C76BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C76BD

Black with #6C76BD

Text Example


Text Example

White with #6C76BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,118,189); }

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

background-color css

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

 a { background-color: rgb(108,118,189); }

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

border-color css

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

 span { border-color: rgb(108,118,189); }

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