Html Css Color HEX #7671B6 Chetwode Blue

📋 copy color: '#7671B6'

red 118 ◦ green 113 ◦ blue 182

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

Shades of Chetwode Blue #7671B6

Tints of Chetwode Blue #7671B6

RGB

 RED value IS 118 (46.48% from 255) = 28.57%

 GREEN value IS 113 (44.53% from 255) = 27.36%

 BLUE value IS 182 (71.48% from 255) = 44.07%

R = 28.57%
G = 27.36%
B = 44.07%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7671B6 (or 0x7671B6) is known color: Chetwode Blue. HEX triplet: 76, 71 and B6. RGB value is (118,113,182). Sum of RGB (Red+Green+Blue) = 118+113+182=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 182 (71.48% from 255 or 44.07% from 413); Max value from RGB is 182 - color contains mainly: blue. Hex color #7671B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7671B6 is #898E49. Grayscale: #7A7A7A. Windows color (decimal): -9014858 or 11956598. OLE color: 11956598.

HSL color Cylindrical-coordinate representation of color #7671B6: hue angle of 244.35º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7671B6 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 113 182 -
CMYK 0.35 0.38 0 0.29
HSL 244.35º 0.32% 0.58% -
HSV(B) 244.35º 0.38% 0.71% -
XYZ 21.82 19.04 46.78 -
YUV 122.36 161.66 124.89 -
System Red Green Blue C M Y K H S L
Decimal 118 113 182 0.35 0.38 0 0.29 244.35 0.32 0.58
Hex 76 71 B6 23 26 0 1D F4 20 3A
Octal 166 161 266 43 46 0 35 364 40 72
Binary 1110110 1110001 10110110 100011 100110 0 11101 11110100 100000 111010

Color Harmonies of #7671B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7671B6

Black with #7671B6

Text Example


Text Example

White with #7671B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7671B6; }

 p { color: rgb(118,113,182); }

 H1.HeaderClassName
 {
   color: #7671B6;
 }
 .AnyTagClassName
 {
   color: #7671B6;
 }
</style>

background-color css

<style>
 a { background-color: #7671B6; }

 a { background-color: rgb(118,113,182); }

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

border-color css

<style>
 span { border-color: #7671B6; }

 span { border-color: rgb(118,113,182); }

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