Html Css Color HEX #6B6F99 Chetwode Blue

📋 copy color: '#6B6F99'

red 107 ◦ green 111 ◦ blue 153

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

Shades of Chetwode Blue #6B6F99

Tints of Chetwode Blue #6B6F99

RGB

 RED value IS 107 (42.19% from 255) = 28.84%

 GREEN value IS 111 (43.75% from 255) = 29.92%

 BLUE value IS 153 (60.16% from 255) = 41.24%

R = 28.84%
G = 29.92%
B = 41.24%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6B6F99 (or 0x6B6F99) is known color: Chetwode Blue. HEX triplet: 6B, 6F and 99. RGB value is (107,111,153). Sum of RGB (Red+Green+Blue) = 107+111+153=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #6B6F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6F99 is #949066. Grayscale: #727272. Windows color (decimal): -9736295 or 10055531. OLE color: 10055531.

HSL color Cylindrical-coordinate representation of color #6B6F99: hue angle of 234.78º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B6F99 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 107 111 153 -
CMYK 0.30 0.27 0 0.4
HSL 234.78º 0.18% 0.51% -
HSV(B) 234.78º 0.3% 0.6% -
XYZ 17.5 16.79 32.46 -
YUV 114.59 149.67 122.58 -
System Red Green Blue C M Y K H S L
Decimal 107 111 153 0.30 0.27 0 0.4 234.78 0.18 0.51
Hex 6B 6F 99 1E 1B 0 28 EB 12 33
Octal 153 157 231 36 33 0 50 353 22 63
Binary 1101011 1101111 10011001 11110 11011 0 101000 11101011 10010 110011

Color Harmonies of #6B6F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6F99

Black with #6B6F99

Text Example


Text Example

White with #6B6F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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