Html Css Color HEX #6F7BBC Chetwode Blue

📋 copy color: '#6F7BBC'

red 111 ◦ green 123 ◦ blue 188

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

Shades of Chetwode Blue #6F7BBC

Tints of Chetwode Blue #6F7BBC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.15%

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

R = 26.3%
G = 29.15%
B = 44.55%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F7BBC (or 0x6F7BBC) is known color: Chetwode Blue. HEX triplet: 6F, 7B and BC. RGB value is (111,123,188). Sum of RGB (Red+Green+Blue) = 111+123+188=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F7BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7BBC is #908443. Grayscale: #7E7E7E. Windows color (decimal): -9471044 or 12352367. OLE color: 12352367.

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

Color convert

RGB 111 123 188 -
CMYK 0.41 0.35 0 0.26
HSL 230.65º 0.36% 0.59% -
HSV(B) 230.65º 0.41% 0.74% -
XYZ 22.72 21.18 50.47 -
YUV 126.82 162.52 116.71 -
System Red Green Blue C M Y K H S L
Decimal 111 123 188 0.41 0.35 0 0.26 230.65 0.36 0.59
Hex 6F 7B BC 29 23 0 1A E7 24 3B
Octal 157 173 274 51 43 0 32 347 44 73
Binary 1101111 1111011 10111100 101001 100011 0 11010 11100111 100100 111011

Color Harmonies of #6F7BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7BBC

Black with #6F7BBC

Text Example


Text Example

White with #6F7BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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