Html Css Color HEX #667384 Raven

📋 copy color: '#667384'

red 102 ◦ green 115 ◦ blue 132

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

Shades of Raven #667384

Tints of Raven #667384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.95%

 BLUE value IS 132 (51.95% from 255) = 37.82%

R = 29.23%
G = 32.95%
B = 37.82%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#667384 (or 0x667384) is known color: Raven. HEX triplet: 66, 73 and 84. RGB value is (102,115,132). Sum of RGB (Red+Green+Blue) = 102+115+132=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 132 - color contains mainly: blue. Hex color #667384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667384 is #998C7B. Grayscale: #707070. Windows color (decimal): -10062972 or 8680294. OLE color: 8680294.

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

Color convert

RGB 102 115 132 -
CMYK 0.23 0.13 0 0.48
HSL 214º 0.13% 0.46% -
HSV(B) 214º 0.23% 0.52% -
XYZ 15.78 16.75 24.23 -
YUV 113.05 138.69 120.12 -
System Red Green Blue C M Y K H S L
Decimal 102 115 132 0.23 0.13 0 0.48 214 0.13 0.46
Hex 66 73 84 17 D 0 30 D6 D 2E
Octal 146 163 204 27 15 0 60 326 15 56
Binary 1100110 1110011 10000100 10111 1101 0 110000 11010110 1101 101110

Color Harmonies of #667384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667384

Black with #667384

Text Example


Text Example

White with #667384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667384; }

 p { color: rgb(102,115,132); }

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

background-color css

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

 a { background-color: rgb(102,115,132); }

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

border-color css

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

 span { border-color: rgb(102,115,132); }

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