Html Css Color HEX #677285 Raven

📋 copy color: '#677285'

red 103 ◦ green 114 ◦ blue 133

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

Shades of Raven #677285

Tints of Raven #677285

RGB

 RED value IS 103 (40.63% from 255) = 29.43%

 GREEN value IS 114 (44.92% from 255) = 32.57%

 BLUE value IS 133 (52.34% from 255) = 38%

R = 29.43%
G = 32.57%
B = 38%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#677285 (or 0x677285) is known color: Raven. HEX triplet: 67, 72 and 85. RGB value is (103,114,133). Sum of RGB (Red+Green+Blue) = 103+114+133=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 133 - color contains mainly: blue. Hex color #677285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677285 is #988D7A. Grayscale: #707070. Windows color (decimal): -9997691 or 8745575. OLE color: 8745575.

HSL color Cylindrical-coordinate representation of color #677285: hue angle of 218º 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 #677285 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 114 133 -
CMYK 0.23 0.14 0 0.48
HSL 218º 0.13% 0.46% -
HSV(B) 218º 0.23% 0.52% -
XYZ 15.84 16.61 24.56 -
YUV 112.88 139.36 120.96 -
System Red Green Blue C M Y K H S L
Decimal 103 114 133 0.23 0.14 0 0.48 218 0.13 0.46
Hex 67 72 85 17 E 0 30 DA D 2E
Octal 147 162 205 27 16 0 60 332 15 56
Binary 1100111 1110010 10000101 10111 1110 0 110000 11011010 1101 101110

Color Harmonies of #677285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677285

Black with #677285

Text Example


Text Example

White with #677285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677285; }

 p { color: rgb(103,114,133); }

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

background-color css

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

 a { background-color: rgb(103,114,133); }

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

border-color css

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

 span { border-color: rgb(103,114,133); }

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