Html Css Color HEX #677283 Raven

📋 copy color: '#677283'

red 103 ◦ green 114 ◦ blue 131

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

Shades of Raven #677283

Tints of Raven #677283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.64%

R = 29.6%
G = 32.76%
B = 37.64%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#677283 (or 0x677283) is known color: Raven. HEX triplet: 67, 72 and 83. RGB value is (103,114,131). Sum of RGB (Red+Green+Blue) = 103+114+131=348 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.60% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 131 - color contains mainly: blue. Hex color #677283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677283 is #988D7C. Grayscale: #707070. Windows color (decimal): -9997693 or 8614503. OLE color: 8614503.

HSL color Cylindrical-coordinate representation of color #677283: hue angle of 216.43º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #677283 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 114 131 -
CMYK 0.21 0.13 0 0.49
HSL 216.43º 0.12% 0.46% -
HSV(B) 216.43º 0.21% 0.51% -
XYZ 15.71 16.56 23.84 -
YUV 112.65 138.36 121.12 -
System Red Green Blue C M Y K H S L
Decimal 103 114 131 0.21 0.13 0 0.49 216.43 0.12 0.46
Hex 67 72 83 15 D 0 31 D8 C 2E
Octal 147 162 203 25 15 0 61 330 14 56
Binary 1100111 1110010 10000011 10101 1101 0 110001 11011000 1100 101110

Color Harmonies of #677283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677283

Black with #677283

Text Example


Text Example

White with #677283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677283; }

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

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

background-color css

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

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

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

border-color css

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

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

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