Html Css Color HEX #669093 Gothic

📋 copy color: '#669093'

red 102 ◦ green 144 ◦ blue 147

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

Shades of Gothic #669093

Tints of Gothic #669093

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.64%

 BLUE value IS 147 (57.81% from 255) = 37.4%

R = 25.95%
G = 36.64%
B = 37.4%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#669093 (or 0x669093) is known color: Gothic. HEX triplet: 66, 90 and 93. RGB value is (102,144,147). Sum of RGB (Red+Green+Blue) = 102+144+147=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 147 - color contains mainly: blue. Hex color #669093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669093 is #996F6C. Grayscale: #838383. Windows color (decimal): -10055533 or 9670758. OLE color: 9670758.

HSL color Cylindrical-coordinate representation of color #669093: hue angle of 184º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #669093 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 144 147 -
CMYK 0.31 0.02 0 0.42
HSL 184º 0.18% 0.49% -
HSV(B) 184º 0.31% 0.58% -
XYZ 20.72 24.88 31.31 -
YUV 131.78 136.59 106.76 -
System Red Green Blue C M Y K H S L
Decimal 102 144 147 0.31 0.02 0 0.42 184 0.18 0.49
Hex 66 90 93 1F 2 0 2A B8 12 31
Octal 146 220 223 37 2 0 52 270 22 61
Binary 1100110 10010000 10010011 11111 10 0 101010 10111000 10010 110001

Color Harmonies of #669093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669093

Black with #669093

Text Example


Text Example

White with #669093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669093; }

 p { color: rgb(102,144,147); }

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

background-color css

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

 a { background-color: rgb(102,144,147); }

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

border-color css

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

 span { border-color: rgb(102,144,147); }

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