Html Css Color HEX #6B6FAA Chetwode Blue

📋 copy color: '#6B6FAA'

red 107 ◦ green 111 ◦ blue 170

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

Shades of Chetwode Blue #6B6FAA

Tints of Chetwode Blue #6B6FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.81%

R = 27.58%
G = 28.61%
B = 43.81%

CMYK

 C value IS 0.37

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B6FAA (or 0x6B6FAA) is known color: Chetwode Blue. HEX triplet: 6B, 6F and AA. RGB value is (107,111,170). Sum of RGB (Red+Green+Blue) = 107+111+170=388 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.58% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B6FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6FAA is #949055. Grayscale: #747474. Windows color (decimal): -9736278 or 11169643. OLE color: 11169643.

HSL color Cylindrical-coordinate representation of color #6B6FAA: hue angle of 236.19º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B6FAA is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 111 170 -
CMYK 0.37 0.35 0 0.33
HSL 236.19º 0.27% 0.54% -
HSV(B) 236.19º 0.37% 0.67% -
XYZ 19 17.4 40.39 -
YUV 116.53 158.17 121.2 -
System Red Green Blue C M Y K H S L
Decimal 107 111 170 0.37 0.35 0 0.33 236.19 0.27 0.54
Hex 6B 6F AA 25 23 0 21 EC 1B 36
Octal 153 157 252 45 43 0 41 354 33 66
Binary 1101011 1101111 10101010 100101 100011 0 100001 11101100 11011 110110

Color Harmonies of #6B6FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6FAA

Black with #6B6FAA

Text Example


Text Example

White with #6B6FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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