Html Css Color HEX #6F6BBC Chetwode Blue

📋 copy color: '#6F6BBC'

red 111 ◦ green 107 ◦ blue 188

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

Shades of Chetwode Blue #6F6BBC

Tints of Chetwode Blue #6F6BBC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.35%

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

R = 27.34%
G = 26.35%
B = 46.31%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F6BBC (or 0x6F6BBC) is known color: Chetwode Blue. HEX triplet: 6F, 6B and BC. RGB value is (111,107,188). Sum of RGB (Red+Green+Blue) = 111+107+188=406 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.34% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F6BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F6BBC is #909443. Grayscale: #757575. Windows color (decimal): -9475140 or 12348271. OLE color: 12348271.

HSL color Cylindrical-coordinate representation of color #6F6BBC: hue angle of 242.96º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F6BBC is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 107 188 -
CMYK 0.41 0.43 0 0.26
HSL 242.96º 0.38% 0.58% -
HSV(B) 242.96º 0.43% 0.74% -
XYZ 20.89 17.53 49.86 -
YUV 117.43 167.83 123.41 -
System Red Green Blue C M Y K H S L
Decimal 111 107 188 0.41 0.43 0 0.26 242.96 0.38 0.58
Hex 6F 6B BC 29 2B 0 1A F3 26 3A
Octal 157 153 274 51 53 0 32 363 46 72
Binary 1101111 1101011 10111100 101001 101011 0 11010 11110011 100110 111010

Color Harmonies of #6F6BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6BBC

Black with #6F6BBC

Text Example


Text Example

White with #6F6BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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