Html Css Color HEX #6F71BC Chetwode Blue

📋 copy color: '#6F71BC'

red 111 ◦ green 113 ◦ blue 188

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

Shades of Chetwode Blue #6F71BC

Tints of Chetwode Blue #6F71BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.63%

R = 26.94%
G = 27.43%
B = 45.63%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F71BC (or 0x6F71BC) is known color: Chetwode Blue. HEX triplet: 6F, 71 and BC. RGB value is (111,113,188). Sum of RGB (Red+Green+Blue) = 111+113+188=412 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.94% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F71BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F71BC is #908E43. Grayscale: #787878. Windows color (decimal): -9473604 or 12349807. OLE color: 12349807.

HSL color Cylindrical-coordinate representation of color #6F71BC: hue angle of 238.44º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F71BC is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 113 188 -
CMYK 0.41 0.40 0 0.26
HSL 238.44º 0.36% 0.59% -
HSV(B) 238.44º 0.41% 0.74% -
XYZ 21.54 18.82 50.07 -
YUV 120.95 165.84 120.9 -
System Red Green Blue C M Y K H S L
Decimal 111 113 188 0.41 0.40 0 0.26 238.44 0.36 0.59
Hex 6F 71 BC 29 28 0 1A EE 24 3B
Octal 157 161 274 51 50 0 32 356 44 73
Binary 1101111 1110001 10111100 101001 101000 0 11010 11101110 100100 111011

Color Harmonies of #6F71BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F71BC

Black with #6F71BC

Text Example


Text Example

White with #6F71BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,113,188); }

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

background-color css

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

 a { background-color: rgb(111,113,188); }

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

border-color css

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

 span { border-color: rgb(111,113,188); }

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