Html Css Color HEX #6F78BE Chetwode Blue

📋 copy color: '#6F78BE'

red 111 ◦ green 120 ◦ blue 190

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

Shades of Chetwode Blue #6F78BE

Tints of Chetwode Blue #6F78BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.13%

R = 26.37%
G = 28.5%
B = 45.13%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6F78BE (or 0x6F78BE) is known color: Chetwode Blue. HEX triplet: 6F, 78 and BE. RGB value is (111,120,190). Sum of RGB (Red+Green+Blue) = 111+120+190=421 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.37% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F78BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F78BE is #908741. Grayscale: #7D7D7D. Windows color (decimal): -9471810 or 12482671. OLE color: 12482671.

HSL color Cylindrical-coordinate representation of color #6F78BE: hue angle of 233.16º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F78BE is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 120 190 -
CMYK 0.42 0.37 0 0.25
HSL 233.16º 0.38% 0.59% -
HSV(B) 233.16º 0.42% 0.75% -
XYZ 22.57 20.53 51.49 -
YUV 125.29 164.52 117.81 -
System Red Green Blue C M Y K H S L
Decimal 111 120 190 0.42 0.37 0 0.25 233.16 0.38 0.59
Hex 6F 78 BE 2A 25 0 19 E9 26 3B
Octal 157 170 276 52 45 0 31 351 46 73
Binary 1101111 1111000 10111110 101010 100101 0 11001 11101001 100110 111011

Color Harmonies of #6F78BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F78BE

Black with #6F78BE

Text Example


Text Example

White with #6F78BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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