Html Css Color HEX #6F7BBE Chetwode Blue

📋 copy color: '#6F7BBE'

red 111 ◦ green 123 ◦ blue 190

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

Shades of Chetwode Blue #6F7BBE

Tints of Chetwode Blue #6F7BBE

RGB

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

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

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

R = 26.18%
G = 29.01%
B = 44.81%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6F7BBE (or 0x6F7BBE) is known color: Chetwode Blue. HEX triplet: 6F, 7B and BE. RGB value is (111,123,190). Sum of RGB (Red+Green+Blue) = 111+123+190=424 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.18% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F7BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7BBE is #908441. Grayscale: #7E7E7E. Windows color (decimal): -9471042 or 12483439. OLE color: 12483439.

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

Color convert

RGB 111 123 190 -
CMYK 0.42 0.35 0 0.25
HSL 230.89º 0.38% 0.59% -
HSV(B) 230.89º 0.42% 0.75% -
XYZ 22.93 21.26 51.61 -
YUV 127.05 163.52 116.55 -
System Red Green Blue C M Y K H S L
Decimal 111 123 190 0.42 0.35 0 0.25 230.89 0.38 0.59
Hex 6F 7B BE 2A 23 0 19 E7 26 3B
Octal 157 173 276 52 43 0 31 347 46 73
Binary 1101111 1111011 10111110 101010 100011 0 11001 11100111 100110 111011

Color Harmonies of #6F7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7BBE

Black with #6F7BBE

Text Example


Text Example

White with #6F7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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