Html Css Color HEX #6F79BC Chetwode Blue

📋 copy color: '#6F79BC'

red 111 ◦ green 121 ◦ blue 188

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

Shades of Chetwode Blue #6F79BC

Tints of Chetwode Blue #6F79BC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.81%

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

R = 26.43%
G = 28.81%
B = 44.76%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F79BC (or 0x6F79BC) is known color: Chetwode Blue. HEX triplet: 6F, 79 and BC. RGB value is (111,121,188). Sum of RGB (Red+Green+Blue) = 111+121+188=420 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.43% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F79BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F79BC is #908643. Grayscale: #7D7D7D. Windows color (decimal): -9471556 or 12351855. OLE color: 12351855.

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

Color convert

RGB 111 121 188 -
CMYK 0.41 0.36 0 0.26
HSL 232.21º 0.36% 0.59% -
HSV(B) 232.21º 0.41% 0.74% -
XYZ 22.47 20.69 50.39 -
YUV 125.65 163.19 117.55 -
System Red Green Blue C M Y K H S L
Decimal 111 121 188 0.41 0.36 0 0.26 232.21 0.36 0.59
Hex 6F 79 BC 29 24 0 1A E8 24 3B
Octal 157 171 274 51 44 0 32 350 44 73
Binary 1101111 1111001 10111100 101001 100100 0 11010 11101000 100100 111011

Color Harmonies of #6F79BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F79BC

Black with #6F79BC

Text Example


Text Example

White with #6F79BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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