Html Css Color HEX #6F78AC Chetwode Blue

📋 copy color: '#6F78AC'

red 111 ◦ green 120 ◦ blue 172

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

Shades of Chetwode Blue #6F78AC

Tints of Chetwode Blue #6F78AC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.78%

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

R = 27.54%
G = 29.78%
B = 42.68%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F78AC (or 0x6F78AC) is known color: Chetwode Blue. HEX triplet: 6F, 78 and AC. RGB value is (111,120,172). Sum of RGB (Red+Green+Blue) = 111+120+172=403 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.54% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F78AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F78AC is #908753. Grayscale: #7B7B7B. Windows color (decimal): -9471828 or 11303023. OLE color: 11303023.

HSL color Cylindrical-coordinate representation of color #6F78AC: hue angle of 231.15º 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 #6F78AC is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 120 172 -
CMYK 0.35 0.30 0 0.33
HSL 231.15º 0.27% 0.55% -
HSV(B) 231.15º 0.35% 0.67% -
XYZ 20.72 19.79 41.76 -
YUV 123.24 155.52 119.27 -
System Red Green Blue C M Y K H S L
Decimal 111 120 172 0.35 0.30 0 0.33 231.15 0.27 0.55
Hex 6F 78 AC 23 1E 0 21 E7 1B 37
Octal 157 170 254 43 36 0 41 347 33 67
Binary 1101111 1111000 10101100 100011 11110 0 100001 11100111 11011 110111

Color Harmonies of #6F78AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F78AC

Black with #6F78AC

Text Example


Text Example

White with #6F78AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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