Html Css Color HEX #6A6B7B Comet

📋 copy color: '#6A6B7B'

red 106 ◦ green 107 ◦ blue 123

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

Shades of Comet #6A6B7B

Tints of Comet #6A6B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.61%

R = 31.55%
G = 31.85%
B = 36.61%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6A6B7B (or 0x6A6B7B) is known color: Comet. HEX triplet: 6A, 6B and 7B. RGB value is (106,107,123). Sum of RGB (Red+Green+Blue) = 106+107+123=336 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.55% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 123 - color contains mainly: blue. Hex color #6A6B7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6B7B is #959484. Grayscale: #6C6C6C. Windows color (decimal): -9802885 or 8088426. OLE color: 8088426.

HSL color Cylindrical-coordinate representation of color #6A6B7B: hue angle of 236.47º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6A6B7B is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 106 107 123 -
CMYK 0.14 0.13 0 0.52
HSL 236.47º 0.07% 0.45% -
HSV(B) 236.47º 0.14% 0.48% -
XYZ 14.78 15.01 20.86 -
YUV 108.53 136.17 126.2 -
System Red Green Blue C M Y K H S L
Decimal 106 107 123 0.14 0.13 0 0.52 236.47 0.07 0.45
Hex 6A 6B 7B E D 0 34 EC 7 2D
Octal 152 153 173 16 15 0 64 354 7 55
Binary 1101010 1101011 1111011 1110 1101 0 110100 11101100 111 101101

Color Harmonies of #6A6B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6B7B

Black with #6A6B7B

Text Example


Text Example

White with #6A6B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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