Html Css Color HEX #6F78BD Chetwode Blue

📋 copy color: '#6F78BD'

red 111 ◦ green 120 ◦ blue 189

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

Shades of Chetwode Blue #6F78BD

Tints of Chetwode Blue #6F78BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45%

R = 26.43%
G = 28.57%
B = 45%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F78BD (or 0x6F78BD) is known color: Chetwode Blue. HEX triplet: 6F, 78 and BD. RGB value is (111,120,189). Sum of RGB (Red+Green+Blue) = 111+120+189=420 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.43% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #6F78BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F78BD is #908742. Grayscale: #7C7C7C. Windows color (decimal): -9471811 or 12417135. OLE color: 12417135.

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

Color convert

RGB 111 120 189 -
CMYK 0.41 0.37 0 0.26
HSL 233.08º 0.37% 0.59% -
HSV(B) 233.08º 0.41% 0.74% -
XYZ 22.46 20.49 50.91 -
YUV 125.18 164.02 117.89 -
System Red Green Blue C M Y K H S L
Decimal 111 120 189 0.41 0.37 0 0.26 233.08 0.37 0.59
Hex 6F 78 BD 29 25 0 1A E9 25 3B
Octal 157 170 275 51 45 0 32 351 45 73
Binary 1101111 1111000 10111101 101001 100101 0 11010 11101001 100101 111011

Color Harmonies of #6F78BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F78BD

Black with #6F78BD

Text Example


Text Example

White with #6F78BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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