Html Css Color HEX #6A6BBC Chetwode Blue

📋 copy color: '#6A6BBC'

red 106 ◦ green 107 ◦ blue 188

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

Shades of Chetwode Blue #6A6BBC

Tints of Chetwode Blue #6A6BBC

RGB

 RED value IS 106 (41.8% from 255) = 26.43%

 GREEN value IS 107 (42.19% from 255) = 26.68%

 BLUE value IS 188 (73.83% from 255) = 46.88%

R = 26.43%
G = 26.68%
B = 46.88%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6A6BBC (or 0x6A6BBC) is known color: Chetwode Blue. HEX triplet: 6A, 6B and BC. RGB value is (106,107,188). Sum of RGB (Red+Green+Blue) = 106+107+188=401 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.43% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A6BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A6BBC is #959443. Grayscale: #737373. Windows color (decimal): -9802820 or 12348266. OLE color: 12348266.

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

Color convert

RGB 106 107 188 -
CMYK 0.44 0.43 0 0.26
HSL 239.27º 0.38% 0.58% -
HSV(B) 239.27º 0.44% 0.74% -
XYZ 20.28 17.21 49.83 -
YUV 115.94 168.67 120.91 -
System Red Green Blue C M Y K H S L
Decimal 106 107 188 0.44 0.43 0 0.26 239.27 0.38 0.58
Hex 6A 6B BC 2C 2B 0 1A EF 26 3A
Octal 152 153 274 54 53 0 32 357 46 72
Binary 1101010 1101011 10111100 101100 101011 0 11010 11101111 100110 111010

Color Harmonies of #6A6BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6BBC

Black with #6A6BBC

Text Example


Text Example

White with #6A6BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,107,188); }

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

background-color css

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

 a { background-color: rgb(106,107,188); }

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

border-color css

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

 span { border-color: rgb(106,107,188); }

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