Html Css Color HEX #6F72BC Chetwode Blue

📋 copy color: '#6F72BC'

red 111 ◦ green 114 ◦ blue 188

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

Shades of Chetwode Blue #6F72BC

Tints of Chetwode Blue #6F72BC

RGB

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

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

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

R = 26.88%
G = 27.6%
B = 45.52%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F72BC (or 0x6F72BC) is known color: Chetwode Blue. HEX triplet: 6F, 72 and BC. RGB value is (111,114,188). Sum of RGB (Red+Green+Blue) = 111+114+188=413 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.88% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F72BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F72BC is #908D43. Grayscale: #797979. Windows color (decimal): -9473348 or 12350063. OLE color: 12350063.

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

Color convert

RGB 111 114 188 -
CMYK 0.41 0.39 0 0.26
HSL 237.66º 0.36% 0.59% -
HSV(B) 237.66º 0.41% 0.74% -
XYZ 21.65 19.04 50.11 -
YUV 121.54 165.51 120.48 -
System Red Green Blue C M Y K H S L
Decimal 111 114 188 0.41 0.39 0 0.26 237.66 0.36 0.59
Hex 6F 72 BC 29 27 0 1A EE 24 3B
Octal 157 162 274 51 47 0 32 356 44 73
Binary 1101111 1110010 10111100 101001 100111 0 11010 11101110 100100 111011

Color Harmonies of #6F72BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F72BC

Black with #6F72BC

Text Example


Text Example

White with #6F72BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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