Html Css Color HEX #6A7BC0 Chetwode Blue

📋 copy color: '#6A7BC0'

red 106 ◦ green 123 ◦ blue 192

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

Shades of Chetwode Blue #6A7BC0

Tints of Chetwode Blue #6A7BC0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.22%

 BLUE value IS 192 (75.39% from 255) = 45.61%

R = 25.18%
G = 29.22%
B = 45.61%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6A7BC0 (or 0x6A7BC0) is known color: Chetwode Blue. HEX triplet: 6A, 7B and C0. RGB value is (106,123,192). Sum of RGB (Red+Green+Blue) = 106+123+192=421 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.18% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 192 - color contains mainly: blue. Hex color #6A7BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7BC0 is #95843F. Grayscale: #7D7D7D. Windows color (decimal): -9798720 or 12614506. OLE color: 12614506.

HSL color Cylindrical-coordinate representation of color #6A7BC0: hue angle of 228.14º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A7BC0 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 123 192 -
CMYK 0.45 0.36 0 0.25
HSL 228.14º 0.41% 0.58% -
HSV(B) 228.14º 0.45% 0.75% -
XYZ 22.54 21.04 52.74 -
YUV 125.78 165.37 113.89 -
System Red Green Blue C M Y K H S L
Decimal 106 123 192 0.45 0.36 0 0.25 228.14 0.41 0.58
Hex 6A 7B C0 2D 24 0 19 E4 29 3A
Octal 152 173 300 55 44 0 31 344 51 72
Binary 1101010 1111011 11000000 101101 100100 0 11001 11100100 101001 111010

Color Harmonies of #6A7BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7BC0

Black with #6A7BC0

Text Example


Text Example

White with #6A7BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,123,192); }

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

background-color css

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

 a { background-color: rgb(106,123,192); }

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

border-color css

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

 span { border-color: rgb(106,123,192); }

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