Html Css Color HEX #66858A Gothic

📋 copy color: '#66858A'

red 102 ◦ green 133 ◦ blue 138

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

Shades of Gothic #66858A

Tints of Gothic #66858A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.66%

 BLUE value IS 138 (54.3% from 255) = 37%

R = 27.35%
G = 35.66%
B = 37%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#66858A (or 0x66858A) is known color: Gothic. HEX triplet: 66, 85 and 8A. RGB value is (102,133,138). Sum of RGB (Red+Green+Blue) = 102+133+138=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 138 - color contains mainly: blue. Hex color #66858A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66858A is #997A75. Grayscale: #7C7C7C. Windows color (decimal): -10058358 or 9078118. OLE color: 9078118.

HSL color Cylindrical-coordinate representation of color #66858A: hue angle of 188.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #66858A is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 133 138 -
CMYK 0.26 0.04 0 0.46
HSL 188.33º 0.15% 0.47% -
HSV(B) 188.33º 0.26% 0.54% -
XYZ 18.45 21.43 27.21 -
YUV 124.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 102 133 138 0.26 0.04 0 0.46 188.33 0.15 0.47
Hex 66 85 8A 1A 4 0 2E BC F 2F
Octal 146 205 212 32 4 0 56 274 17 57
Binary 1100110 10000101 10001010 11010 100 0 101110 10111100 1111 101111

Color Harmonies of #66858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66858A

Black with #66858A

Text Example


Text Example

White with #66858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66858A; }

 p { color: rgb(102,133,138); }

 H1.HeaderClassName
 {
   color: #66858A;
 }
 .AnyTagClassName
 {
   color: #66858A;
 }
</style>

background-color css

<style>
 a { background-color: #66858A; }

 a { background-color: rgb(102,133,138); }

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

border-color css

<style>
 span { border-color: #66858A; }

 span { border-color: rgb(102,133,138); }

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