Html Css Color HEX #66698B Comet

📋 copy color: '#66698B'

red 102 ◦ green 105 ◦ blue 139

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

Shades of Comet #66698B

Tints of Comet #66698B

RGB

 RED value IS 102 (40.23% from 255) = 29.48%

 GREEN value IS 105 (41.41% from 255) = 30.35%

 BLUE value IS 139 (54.69% from 255) = 40.17%

R = 29.48%
G = 30.35%
B = 40.17%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66698B (or 0x66698B) is known color: Comet. HEX triplet: 66, 69 and 8B. RGB value is (102,105,139). Sum of RGB (Red+Green+Blue) = 102+105+139=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #66698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66698B is #999674. Grayscale: #6B6B6B. Windows color (decimal): -10065525 or 9136486. OLE color: 9136486.

HSL color Cylindrical-coordinate representation of color #66698B: hue angle of 235.14º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66698B is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 105 139 -
CMYK 0.27 0.24 0 0.45
HSL 235.14º 0.15% 0.47% -
HSV(B) 235.14º 0.27% 0.55% -
XYZ 15.19 14.79 26.48 -
YUV 107.98 145.51 123.74 -
System Red Green Blue C M Y K H S L
Decimal 102 105 139 0.27 0.24 0 0.45 235.14 0.15 0.47
Hex 66 69 8B 1B 18 0 2D EB F 2F
Octal 146 151 213 33 30 0 55 353 17 57
Binary 1100110 1101001 10001011 11011 11000 0 101101 11101011 1111 101111

Color Harmonies of #66698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66698B

Black with #66698B

Text Example


Text Example

White with #66698B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66698B; }

 p { color: rgb(102,105,139); }

 H1.HeaderClassName
 {
   color: #66698B;
 }
 .AnyTagClassName
 {
   color: #66698B;
 }
</style>

background-color css

<style>
 a { background-color: #66698B; }

 a { background-color: rgb(102,105,139); }

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

border-color css

<style>
 span { border-color: #66698B; }

 span { border-color: rgb(102,105,139); }

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