Html Css Color HEX #6B6F9D Chetwode Blue

📋 copy color: '#6B6F9D'

red 107 ◦ green 111 ◦ blue 157

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

Shades of Chetwode Blue #6B6F9D

Tints of Chetwode Blue #6B6F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.87%

R = 28.53%
G = 29.6%
B = 41.87%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6B6F9D (or 0x6B6F9D) is known color: Chetwode Blue. HEX triplet: 6B, 6F and 9D. RGB value is (107,111,157). Sum of RGB (Red+Green+Blue) = 107+111+157=375 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.53% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B6F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6F9D is #949062. Grayscale: #727272. Windows color (decimal): -9736291 or 10317675. OLE color: 10317675.

HSL color Cylindrical-coordinate representation of color #6B6F9D: hue angle of 235.2º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B6F9D is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 107 111 157 -
CMYK 0.32 0.29 0 0.38
HSL 235.2º 0.2% 0.52% -
HSV(B) 235.2º 0.32% 0.62% -
XYZ 17.83 16.93 34.23 -
YUV 115.05 151.67 122.26 -
System Red Green Blue C M Y K H S L
Decimal 107 111 157 0.32 0.29 0 0.38 235.2 0.2 0.52
Hex 6B 6F 9D 20 1D 0 26 EB 14 34
Octal 153 157 235 40 35 0 46 353 24 64
Binary 1101011 1101111 10011101 100000 11101 0 100110 11101011 10100 110100

Color Harmonies of #6B6F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6F9D

Black with #6B6F9D

Text Example


Text Example

White with #6B6F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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