Html Css Color HEX #6B74BB Chetwode Blue

📋 copy color: '#6B74BB'

red 107 ◦ green 116 ◦ blue 187

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

Shades of Chetwode Blue #6B74BB

Tints of Chetwode Blue #6B74BB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.29%

 BLUE value IS 187 (73.44% from 255) = 45.61%

R = 26.1%
G = 28.29%
B = 45.61%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6B74BB (or 0x6B74BB) is known color: Chetwode Blue. HEX triplet: 6B, 74 and BB. RGB value is (107,116,187). Sum of RGB (Red+Green+Blue) = 107+116+187=410 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.10% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #6B74BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B74BB is #948B44. Grayscale: #797979. Windows color (decimal): -9734981 or 12285035. OLE color: 12285035.

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

Color convert

RGB 107 116 187 -
CMYK 0.43 0.38 0 0.27
HSL 233.25º 0.37% 0.58% -
HSV(B) 233.25º 0.43% 0.73% -
XYZ 21.28 19.2 49.6 -
YUV 121.4 165.02 117.73 -
System Red Green Blue C M Y K H S L
Decimal 107 116 187 0.43 0.38 0 0.27 233.25 0.37 0.58
Hex 6B 74 BB 2B 26 0 1B E9 25 3A
Octal 153 164 273 53 46 0 33 351 45 72
Binary 1101011 1110100 10111011 101011 100110 0 11011 11101001 100101 111010

Color Harmonies of #6B74BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B74BB

Black with #6B74BB

Text Example


Text Example

White with #6B74BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,116,187); }

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

background-color css

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

 a { background-color: rgb(107,116,187); }

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

border-color css

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

 span { border-color: rgb(107,116,187); }

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