Html Css Color HEX #6F749C Chetwode Blue

📋 copy color: '#6F749C'

red 111 ◦ green 116 ◦ blue 156

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

Shades of Chetwode Blue #6F749C

Tints of Chetwode Blue #6F749C

RGB

 RED value IS 111 (43.75% from 255) = 28.98%

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

 BLUE value IS 156 (61.33% from 255) = 40.73%

R = 28.98%
G = 30.29%
B = 40.73%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F749C (or 0x6F749C) is known color: Chetwode Blue. HEX triplet: 6F, 74 and 9C. RGB value is (111,116,156). Sum of RGB (Red+Green+Blue) = 111+116+156=383 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.98% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F749C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F749C is #908B63. Grayscale: #767676. Windows color (decimal): -9472868 or 10253423. OLE color: 10253423.

HSL color Cylindrical-coordinate representation of color #6F749C: hue angle of 233.33º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F749C is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 111 116 156 -
CMYK 0.29 0.26 0 0.39
HSL 233.33º 0.19% 0.52% -
HSV(B) 233.33º 0.29% 0.61% -
XYZ 18.8 18.27 33.99 -
YUV 119.07 148.84 122.25 -
System Red Green Blue C M Y K H S L
Decimal 111 116 156 0.29 0.26 0 0.39 233.33 0.19 0.52
Hex 6F 74 9C 1D 1A 0 27 E9 13 34
Octal 157 164 234 35 32 0 47 351 23 64
Binary 1101111 1110100 10011100 11101 11010 0 100111 11101001 10011 110100

Color Harmonies of #6F749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F749C

Black with #6F749C

Text Example


Text Example

White with #6F749C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,116,156); }

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

background-color css

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

 a { background-color: rgb(111,116,156); }

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

border-color css

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

 span { border-color: rgb(111,116,156); }

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