Html Css Color HEX #6F729B Chetwode Blue

📋 copy color: '#6F729B'

red 111 ◦ green 114 ◦ blue 155

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

Shades of Chetwode Blue #6F729B

Tints of Chetwode Blue #6F729B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30%

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

R = 29.21%
G = 30%
B = 40.79%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F729B (or 0x6F729B) is known color: Chetwode Blue. HEX triplet: 6F, 72 and 9B. RGB value is (111,114,155). Sum of RGB (Red+Green+Blue) = 111+114+155=380 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.21% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F729B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F729B is #908D64. Grayscale: #757575. Windows color (decimal): -9473381 or 10187375. OLE color: 10187375.

HSL color Cylindrical-coordinate representation of color #6F729B: hue angle of 235.91º 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 #6F729B is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 111 114 155 -
CMYK 0.28 0.26 0 0.39
HSL 235.91º 0.18% 0.52% -
HSV(B) 235.91º 0.28% 0.61% -
XYZ 18.49 17.78 33.47 -
YUV 117.78 149.01 123.17 -
System Red Green Blue C M Y K H S L
Decimal 111 114 155 0.28 0.26 0 0.39 235.91 0.18 0.52
Hex 6F 72 9B 1C 1A 0 27 EC 12 34
Octal 157 162 233 34 32 0 47 354 22 64
Binary 1101111 1110010 10011011 11100 11010 0 100111 11101100 10010 110100

Color Harmonies of #6F729B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F729B

Black with #6F729B

Text Example


Text Example

White with #6F729B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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