Html Css Color HEX #6F75AC Chetwode Blue

📋 copy color: '#6F75AC'

red 111 ◦ green 117 ◦ blue 172

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

Shades of Chetwode Blue #6F75AC

Tints of Chetwode Blue #6F75AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43%

R = 27.75%
G = 29.25%
B = 43%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F75AC (or 0x6F75AC) is known color: Chetwode Blue. HEX triplet: 6F, 75 and AC. RGB value is (111,117,172). Sum of RGB (Red+Green+Blue) = 111+117+172=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F75AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F75AC is #908A53. Grayscale: #797979. Windows color (decimal): -9472596 or 11302255. OLE color: 11302255.

HSL color Cylindrical-coordinate representation of color #6F75AC: hue angle of 234.1º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F75AC is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 117 172 -
CMYK 0.35 0.32 0 0.33
HSL 234.1º 0.27% 0.55% -
HSV(B) 234.1º 0.35% 0.67% -
XYZ 20.36 19.08 41.64 -
YUV 121.48 156.51 120.53 -
System Red Green Blue C M Y K H S L
Decimal 111 117 172 0.35 0.32 0 0.33 234.1 0.27 0.55
Hex 6F 75 AC 23 20 0 21 EA 1B 37
Octal 157 165 254 43 40 0 41 352 33 67
Binary 1101111 1110101 10101100 100011 100000 0 100001 11101010 11011 110111

Color Harmonies of #6F75AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F75AC

Black with #6F75AC

Text Example


Text Example

White with #6F75AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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