Html Css Color HEX #6F759B Chetwode Blue

📋 copy color: '#6F759B'

red 111 ◦ green 117 ◦ blue 155

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

Shades of Chetwode Blue #6F759B

Tints of Chetwode Blue #6F759B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.55%

 BLUE value IS 155 (60.94% from 255) = 40.47%

R = 28.98%
G = 30.55%
B = 40.47%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F759B (or 0x6F759B) is known color: Chetwode Blue. HEX triplet: 6F, 75 and 9B. RGB value is (111,117,155). Sum of RGB (Red+Green+Blue) = 111+117+155=383 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.98% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F759B is #908A64. Grayscale: #777777. Windows color (decimal): -9472613 or 10188143. OLE color: 10188143.

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

Color convert

RGB 111 117 155 -
CMYK 0.28 0.25 0 0.39
HSL 231.82º 0.18% 0.52% -
HSV(B) 231.82º 0.28% 0.61% -
XYZ 18.83 18.47 33.58 -
YUV 119.54 148.01 121.91 -
System Red Green Blue C M Y K H S L
Decimal 111 117 155 0.28 0.25 0 0.39 231.82 0.18 0.52
Hex 6F 75 9B 1C 19 0 27 E8 12 34
Octal 157 165 233 34 31 0 47 350 22 64
Binary 1101111 1110101 10011011 11100 11001 0 100111 11101000 10010 110100

Color Harmonies of #6F759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F759B

Black with #6F759B

Text Example


Text Example

White with #6F759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,117,155); }

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

background-color css

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

 a { background-color: rgb(111,117,155); }

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

border-color css

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

 span { border-color: rgb(111,117,155); }

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